Question: For C++ suppose sum and num are int variables, and the input is 18 25 61 6-1. What is the output of the following code?

For C++  For C++ 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;

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 sum endl; a. 92 b. 109 c, 110 d. 119

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!