Question: QUESTION 77 Suppose sum and num are int variables, and the input is 18 25 61 6 -1. What is the output of the following

QUESTION 77 Suppose sum and num are int variables, and the input is 18 25 61 6 -1. What is the output of the following code? sum = 0; cin >> num; while (num-1) sum sum num; cin >> num; cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
