Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Numbers Ending In 7 [Mimi][PB]
damesova
May 23rd, 2019
264
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Java
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
public
class
NumbersEndingIn7
{
public
static
void
main
(
String
[
]
args
)
{
for
(
int
i
=
1
;
i
<=
1000
;
i
++
)
{
if
(
i
%
10
==
7
)
{
System
.
out
.
println
(
i
)
;
}
}
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
MAKE $500 INSTANTLY 93
JavaScript | 5 sec ago | 0.10 KB
✅ PayPal Hits
JavaScript | 10 sec ago | 0.08 KB
✅ MAKE $1200 IN 15 MIN KN
JavaScript | 11 sec ago | 0.10 KB
Make $1200 in 15 minutes
JavaScript | 12 sec ago | 0.08 KB
✅ MAKE $1200 IN 15 MIN ZX
JavaScript | 19 sec ago | 0.10 KB
Netflix Premium UHD Hits
JavaScript | 22 sec ago | 0.08 KB
GMAIL Logs (2FA disabled)
JavaScript | 24 sec ago | 0.08 KB
✅ Crypto GUIDE H0
JavaScript | 28 sec ago | 0.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!