MCQOPTIONS
Saved Bookmarks
| 1. |
Which line of code produces the result of the statement, "Print the sum of two integer variables". |
| A. | PRINT Z = X + Y |
| B. | PRINT "Z = X + Y" |
| C. | PRINT (X + Y) |
| D. | PRINT SUM (X, Y) |
| Answer» E. | |