+ 1
public class Program { public static void main(String[] args) { } { int a = 1; while (a<=5)
mengapa mebuat program jav dasar seperti ini eror?
4 odpowiedzi
+ 3
I made a correction for you. Diharapkan saudara memahami contoh ini :
https://code.sololearn.com/cE8Ncr7jB5uc/?ref=app
+ 2
what?
0
lic class Program
{
public static void main(String[] args) {
}
{
int a = 1;
while (a<=5)
{
System.out.print(a + " ");
a = a + 1;
}
System.out.println(" ");
}
}
0
itu yg bnr mengapa saya run disini erorr