- while loop
- do..while loop
- for loop
- counting loops
- sentinel loops
- ifs within loops
- find the maximum.minimum example
- nested loops
- break and continue
|
- Defining Methods
- Calling methods
- Parameters and arguments
- Parameters passing by value (copying values)
- Return values
- Overloading methods
- Constants (static final)
- Declaring and using methods
- Dividing a program into methods
- Simulating random events (rolling dice)
- Scope: local variables, parameters, constants
|