Question:
What are the types of repititions?
Author: Christian NAnswer:
Head-controlled loop Repeat as long as a condition checked at the loop entry is fulfilled (e.g while -> statement) Foot-controlled loop Repeat as long as a condition checked at the loop exit is fulfilled (e.g statement -> while)
0 / 5 Â (0 ratings)
1 answer(s) in total