Question: Rewrite the code to use the while statement. for (int num = 1; num < 6; num += 2) { cout < < Number: ;
Rewrite the code to use the while statement.
for (int num = 1; num < 6; num += 2)
{
cout << Number: ;
cout << num * 3 << endl;
} //end for
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
