What is the output from the following c code


What is the output from the following C++ code fragment?

int count = 1;

do

{

cout << count * (count - 1) << " ";

}while(++count <=5);

cout << endl;

can someone show me what to plug in to get the answers on visual studios 2010.

Request for Solution File

Ask an Expert for Answer!!
Other Subject: What is the output from the following c code
Reference No:- TGS0647709

Expected delivery within 24 Hours