Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
01. Numbers Ending in 7
myrdok123
Jan 28th, 2024
651
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Java
0.24 KB
| None
|
0
0
raw
download
clone
embed
print
report
package
W04ForLoop.Exercises
;
public
class
P01NumbersEndingIn7
{
public
static
void
main
(
String
[
]
args
)
{
for
(
int
i
=
7
;
i
<=
997
;
i
+=
10
)
{
System
.
out
.
println
(
i
)
;
}
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Make $2500 in 15 minutes
JavaScript | 1 sec ago | 0.25 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 2 sec ago | 0.06 KB
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐⭐
Java | 9 sec ago | 0.06 KB
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐⭐
Java | 9 sec ago | 0.06 KB
⭐ Instant BTC Profit Method ⭐
JavaScript | 11 sec ago | 0.25 KB
⭐ Trading Profit Method ⭐
JavaScript | 13 sec ago | 0.25 KB
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐⭐
Java | 15 sec ago | 0.06 KB
⭐⭐⭐Crypto Accounts⭐⭐⭐
Java | 20 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!