Understanding Java   Chapters  01  02  03  04  05  06  07  08  09  10  11  12  13  14  15  16  17  18  19  20  21

Understanding Java: Chapter 7

These pages contain links to the programs that are developed in Chapter 7. The title of this chapter is: Using for statements to repeat statements.
TempFor.javaHandling more than one temperature conversion
Countdown.javaAn example where the control variable is stepped by -1
AvSimple.javaUsing a loop to form a sum
StringBackwards.javaStepping backwards through the characters of a string
StringVowels.javaUsing an if statement inside a for statement


© 1998-2002 Barry Cornelius
Any queries about this page should be sent to barry.cornelius@oucs.ox.ac.uk.
This page was last updated on 6 March 2001.