+ 4
what is the problem in this code in level loop!
switch (month){ while (amount >=20000){ case 1: System .out.println ("month1"); break ; case 2: System .out.println("month 2"); break ; case 3: System .out.println ("month3"); break ; case 4: System .out.println ("month4"); break ; } } amount*10% ;
1 Answer
+ 2
Nourhan selim abdo
What you want to achieve here?