Question: Assume all variables are properly declared and the input is 1265-18. What is the output of the following code? sum = 0; cin >> num;

Assume all variables are properly declared and the input is 1265-18. What is the output of the following code? sum = 0; cin >> num; while (num !- 1) cin >> num; sum- sum +num
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
