Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
L05u02_NumbersEndingIn7
tchenkov
Feb 8th, 2017
458
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
u02_NumbersEndingIn7
{
public
static
void
main
(
String
[
]
args
)
{
for
(
int
i
=
1
;
i
<
1000
;
i
++
)
{
if
(
i
%
10
==
7
)
{
System
.
out
.
println
(
i
)
;
}
}
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
🚨 FREE 2,000$ FROM SWAPZONE
JavaScript | 1 min ago | 0.67 KB
⭐⭐ FREE BTC GUIDE ✅ Working ⭐🎯
JavaScript | 2 min ago | 0.67 KB
✅✅ The Best Money Technique ✅✅
JavaScript | 5 min ago | 0.67 KB
📌 QUICK 1K$ 20 MINUTES ✅📌
JavaScript | 7 min ago | 0.67 KB
🔥🔥 Swapzone +$500 Promotion
JavaScript | 9 min ago | 0.67 KB
📌 VIP MONEY METHOD 📌 🎯📌
JavaScript | 12 min ago | 0.67 KB
✅ Insane Swap Exploit
JavaScript | 13 min ago | 0.67 KB
⭐⭐ INSTANT MONEY EXPLOIT ⭐⭐ ✅
JavaScript | 17 min ago | 0.67 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!