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