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 ; } } }
1 Answer
0
println
copy and paste this
L not i