Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Numbers0to40
kocev
Feb 19th, 2020
167
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
public
class
Numbers1to40
{
public
static
void
main
(
String
[
]
args
)
{
for
(
int
i
=
0
;
i
<=
40
;
i
++
)
{
if
(
i
%
3
!=
0
)
{
continue
;
}
System
.
out
.
println
(
i
)
;
}
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
simple youtube video to product
PHP | 4 hours ago | 3.71 KB
greetings human
5 hours ago | 0.03 KB
OoT rando seed 6/1
11 hours ago | 68.21 KB
Geofencing - Lot of Rollover Budget
17 hours ago | 0.48 KB
Preface prompt for offline apps
22 hours ago | 2.31 KB
Untitled
1 day ago | 5.42 KB
Secrets.kdbx
2 days ago | 166.19 KB
Energy limiter
3 days ago | 0.34 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!