Run Code
|
Code Wall
|
Users
|
Misc
|
Feedback
|
About
|
Login
|
Theme
Coding Challenge - 01 (Even numbers)
//Title of this code //'main' method must be in a class 'Rextester'. //Compiler version 1.8.0_45 import java.util.*; import java.lang.*; class Rextester { public static void main(String args[]) { //[Java] Coding Challenge - 01 (Even numbers) for(int i=0;i<100;i++){ if (i==51){System.out.println();} if (i%2==0){ System.out.print(i+", "); } } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
JAVA # 20 RASTGELE SAYIDAN EN BÜYÜĞÜNÜ BULMAK
x by stars
data
Prime Numbers
Java messing around
Smallest Multiple of N with Zeros and Ones
Problem: fb_series
Problem: on_off
assignment 3
Problem_OnOff
Please log in to post a comment.