Details
-
Wish
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
12.2
-
None
-
None
Description
The error in the code below is not that difficult to spot but this type of error becomes much more troublesome when working with complex nested statements.
var name = "Erik"; var age = 5; System.out.println("My name is " + name + " and I'm " + age " years old.");
Current hint: ')' expected
Examples of more helpful hints:
'+' expected
Broken String concatenation