Consider the program code in the attached exhibit. What is the result of executing this program code?
The code will output the following:
3 + 5 + 2 + 3 = 13
= 3 + 5 + 2 + 3 13
= 13 3 + 5 + 2 + 3
The code will fail at line 3 because add is a reserved word.
Submit