Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Numbers Ending In 7 [Mimi][PB]
damesova
May 23rd, 2019
274
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
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 5 sec ago | 0.09 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 7 sec ago | 0.32 KB
⭐ChangeNOW Bug (Get more on BTC swaps) V
JavaScript | 8 sec ago | 0.31 KB
✅ MAKE $900 INSTANTLY
JavaScript | 13 sec ago | 0.32 KB
⭐⭐⭐Exchange Exploit T 2⭐⭐⭐
Java | 17 sec ago | 0.09 KB
✅ Exploit 5OO$ in 15 Minutes J
JavaScript | 17 sec ago | 0.31 KB
Exchange Exploit
JavaScript | 19 sec ago | 0.32 KB
Untitled
Lua | 19 sec ago | 0.06 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!