+ 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.

20th Jan 2017, 7:24 PM
Michael Tabb
Michael Tabb - avatar
2 Answers
+ 1
try putting semicolons at the end of println() System. out.println();
20th Jan 2017, 7:30 PM
john muthua
john muthua - avatar
+ 1
Statement ends with ; SemiColon
20th Jan 2017, 8:21 PM
SUMANTH VENKATA SAI KRISHNA Manduru
SUMANTH VENKATA SAI KRISHNA Manduru - avatar