+ 1
Can you fix the problem
TabbPass1 public class TabbPass1 { Â public static void main (String[]args) Â { Â Â System.out.println ("Michael Tabb\n"); Â Â System.out.println ("Computer Science 1005 - Online (00:30 - 04:00)\n"); Â Â System.out.println ("Computer Science 1015 - Online (10:00 - 13:00)\n"); Â Â System.out.println () Â Â System.out.println () Â Â Â Â System.out.println ("email@email.com") its a class assignment. I'm supposed to skip two lines, but it doesn't work.
2 Answers
+ 1
try putting semicolons at the end of println()
System. out.println();
+ 1
Statement ends with ; SemiColon