So the error was at this line (you could have said several posts ago):

studentName = firstName + " " lastName;

You 'fixed' it by removing the " " (now causing your wrong output), but you could...