Repetition Statements (Looping)

	for < a specific number of times> <perform an action>
	while <some condition is true> <perform an action>
	do <perform an action> while <some condition is true>

Next slide

Back to Lesson 9 Index
Back to Outline