is anything wrong in the code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

is anything wrong in the code?

public class Ignis { public static void main (String[] Args) { int day = 2; switch (day) { case 1: System .out.printIn("Monday") ; break ; case 2: System .out.println ("It's Tuesday"); break ; case 3 : System .out.println ("Wednesday!"); break ; } } }

13th Jan 2017, 3:19 PM
shobhit
shobhit - avatar
1 Answer
0
println copy and paste this L not i
13th Jan 2017, 3:46 PM
ASNM
ASNM - avatar