Question: 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

Suppose sum and num are int variables, and the input is 18 

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= -1) ( sum- sum + num; cin >> num; cout

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To determine the output of the code lets go through the input ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!