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
Consecutive Elements String
This code is not what it seems...
age1
Random and count of even numbers (ver. 2)
Star
Java tree
Only I love u
Search substring
Dynamic Array
assignment 3