Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Numbers Ending In 7 [Mimi][PB]
damesova
May 23rd, 2019
248
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
⭐️ EARN $500 INSTANTLY⭐ QM
JavaScript | 2 sec ago | 0.18 KB
⭐️ EARN $500 INSTANTLY LR
JavaScript | 4 sec ago | 0.18 KB
⭐ Binance Account hack GZ
JavaScript | 12 sec ago | 0.18 KB
⭐ FREE giftcards method 3K
JavaScript | 13 sec ago | 0.18 KB
⭐ get any gift card for FREE⭐ 90
JavaScript | 21 sec ago | 0.18 KB
⭐ FREE giftcards method 3K
JavaScript | 32 sec ago | 0.18 KB
⭐️ EARN $500 INSTANTLY LR
JavaScript | 39 sec ago | 0.18 KB
⭐ get any gift card for L5
JavaScript | 43 sec ago | 0.18 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!