Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
contoh 43
class Rextester{ public static void main(String[] args){ int no = 1; do{ System.out.println(no + " x 3 = " + no * 3); no = no + 1; }while(no <= 12); } }
run
|
edit
|
history
|
help
0
Basic LinkedList in Java (rewritten using for-loops)
circleapp.java
JAVA sidebar pattern match
massive
fortune
Java - Swap two numbers without using temp var
3d
regex with %
JAVA İLE CELCIUS HESAPLAMA - Fahrenheit to Celsius with Java
getListVehicules