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.java | Handling more than one temperature conversion |
Countdown.java | An example where the control variable is stepped by -1 |
AvSimple.java | Using a loop to form a sum |
StringBackwards.java | Stepping backwards through the characters of a string |
StringVowels.java | Using an if statement inside a for statement |
barry.cornelius@oucs.ox.ac.uk.