

MCQOPTIONS
Saved Bookmarks
1. |
The teacher has given the assignment to find the sum of 2 numbers. But the code should not contain the ‘+’ operator. What is to be done? |
A. | Use a function |
B. | Add the values and print the sum directly |
C. | Use an expression |
D. | Cannot be done |
Answer» B. Add the values and print the sum directly | |