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...

After you mark an entry, the Mark Index Entry dialog box closes

Indicate whether the statement is true or false

Computer Science & Information Technology

Visual Basic is known as a(n) __________ language because you can declare new class types as needed.

a) modifiable b) growable c) extensible d) high-level

Computer Science & Information Technology