Retype the statements correcting the syntax errorsSolutionAf
Retype the statements, correcting the syntax errors
Solution
After correcting syntax errors:
System.out.println(\"Num: \" + songNum);
System.out.println(songNum);
System.out.println(songNum +\" songs\");
