MCQOPTIONS
Saved Bookmarks
| 1. |
What will the given command do? LET C = A + B |
| A. | The string variable C receives the value of A + B. |
| B. | The numerical variable C is assigned the value of A+ B. |
| C. | The string variable C is assigned the expression A + B. |
| D. | An error message is displayed. |
| Answer» C. The string variable C is assigned the expression A + B. | |