0
/ 5
Rewrite the following while
loop using a for
loop.
call_a(); while (call_b()) call_c();
Rewrite the following while
loop using a for
loop.
call_a();
while (call_b())
call_c();
Your feedback will appear here when you check your answer.