Suppose j, sum, and num are int variables, and the input is 26 34 61 4 -1. What is the output of the code?sum = 0;cin >> num;for (int j = 1; j > num;}cout
A. 124
B. 125
C. 126
D. 127
Answer: B
Computer Science & Information Technology
You might also like to view...
The Increase Indent button is in the ________ group on the Home tab
Fill in the blank(s) with correct word
Computer Science & Information Technology
In order for individuals completing your form to type their data into designated cells, the cells must be ________
A) unlocked B) password C) unprotected D) selected
Computer Science & Information Technology