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?
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
Get step-by-step solutions from verified subject matter experts
