What is the output from the following c code


What is the output from the following C++ code fragment? int count = 1; int y = 100; while(count < 100) { y = y - 1; count++; } cout << "y = " << y << " and count = " << count << end;

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: What is the output from the following c code
Reference No:- TGS0571506

Expected delivery within 24 Hours