What is the output of the following C++ code?count = 1;num = 25;while (count < 25){  num = num - 1;  count++;}cout

A. 24 0
B. 24 1
C. 25 0
D. 25 1

Answer: D

Computer Science & Information Technology

You might also like to view...

To create sparklines, first select the data you want to plot

Indicate whether the statement is true or false

Computer Science & Information Technology

OneDrive is Microsoft's cloud storage option

Indicate whether the statement is true or false

Computer Science & Information Technology