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
A. 24 0
B. 24 1
C. 25 0
D. 25 1
Answer: D