Menu
×
×
Correct!
Exercise:Use the correct operator to concatenate two strings:
String firstName = "John ";
String lastName = "Doe";
System.out.println(firstName @(1) lastName);
String firstName = "John ";
String lastName = "Doe";
System.out.println(firstName + lastName);
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 59 exercises.
Are you sure you want to continue?