Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
Problem: rstring
Main.java
WM Test
rstring
1a
Array - char
Odd Occurence Problem Template
Program to generate random no. From 0 to 10
練習問題
JAVA # DİZİ İLE EN BÜYÜK BULMA