Question:

What is the output?

by Guest21217578  |  1 year, 7 month(s) ago

0 LIKES UnLike

what is the output?

cout = 1;
num = 25;
while (count < 25)
{
num = num -1;
count++;
}
cout << count << " " << num << endl;

 Tags: output

   Report
SIMILAR QUESTIONS
CAN YOU ANSWER?
You're reading: What is the output?

Question Stats

Latest activity: 1 year, 7 month(s) ago.
This question has been viewed 73 times and has 0 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.