Hello,
I am new to programming and have had only one session of my first class. My exercise is to write a class using jgrasp to display my name.
I have this:
public class Name
{
public static void main (String [] args)
{
System.out.println.("Dean");
}
}
Is this correct? I can't get jgrasp to display it without it saying there are errors.
Thank you tremendously for your help
