What is wrong with this line of code?


System.out.println ( "Incorrect! " + firstAddend + " + " secondAddend + " = " + sum );

firstAddend, secondAddend and sum are variables.

Netbeans...