Every time I try to compile this code I get the same error but it doesnt seem to make any sense.
This is the code:
public class Software Development
{
public static void main(String[]args)
{
System.out.println("Hello World");
System.out.println("2name");
System.out.println("name: \n"+name);
System.out.println("\"name:\""+name);
}
}
And this is the error:
Software Development.java:1: error: '{' expected
public class Software Development
^
1 error
----jGRASP wedge2: exit code for process is 1.