Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
DivisibleBy3
CR7CR7
Sep 17th, 2022
916
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Java
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
public
class
P08DivisibleBy3
{
public
static
void
main
(
String
[
]
args
)
{
for
(
int
i
=
3
;
i
<=
100
;
i
+=
3
)
{
System
.
out
.
println
(
i
)
;
}
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ API Flaw Money Method
CSS | 10 min ago | 1.04 KB
⭐ Exploit Documentation ⭐
CSS | 10 min ago | 1.04 KB
This month smells like money
CSS | 10 min ago | 1.04 KB
din47100_32_signals
Python | 3 hours ago | 1.99 KB
TP0_01
Java | 6 hours ago | 3.92 KB
KiCad dark mode generator
JavaScript | 7 hours ago | 1.53 KB
Kicad dark scheme
JSON | 7 hours ago | 14.38 KB
MM rando seed 8/12
13 hours ago | 27.63 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!