ERROR - The program attempts to assign a value to a function invocation. For example: DEF FNA(A) = A^2 FNA(3) = 9 Remove the assignment statement. You cannot assign a value to a function invocation.