public class Aboutme {
public static void main(String args[]) {
String goals = "mark";
System.out.println("Recently graduated Java programmer just trying to leave my " + goals + "on the world!")
}
}
Output:
Aboutme.java:5: error: ';' expected
System.out.println("Recently graduated Java programmer just trying to leave my " + goals + "on the world)
1 error