Please type in a code that declares two variables of type int and prints their sum to the screen. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Please type in a code that declares two variables of type int and prints their sum to the screen.

int x = 4; y = 7; int sum = x y; cout << "sum equals to " << << endl;

24th Aug 2020, 8:29 PM
Najmul Ahmed
Najmul Ahmed - avatar
1 Answer
- 5
FILL IN THE BLANKS: int x = 4; __ y = 7; int sum = x _ y; cout << "sum equals to" << ___ << endl ; Najmul Ahmed Your turn, finish the above quiz.
24th Aug 2020, 8:42 PM
Rohit