Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
contoh 43
public class contoh43{ 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
Please
log in
to post a comment.
Rotate matrix clockwise
boundary vs core
stringkeyvalues
Tech No.
Problem_binary
Municipiu_Problema_2_Palindrome
4a
1.5
Odd Occurence Problem Template
Find Median in Large File of Integers
stackse - search stackoverflow differently
Please log in to post a comment.