Question: int main () { int a = 15; while ( a < 10 ) { cout < < value of a: < < a
int main () { int a = 15; while ( a < 10 ) { cout << "value of a: " << a ; a++; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
