Learning Outcome
At the end of this lesson, you will be able to:
- create an application that uses arrays
Silent Watching
Review
Lesson
- go over "2-D Arrays", Chapter 5
- Computer Based Problem Solving
Activity
- read the following problem:
- create a "Max and Min Numbers" application like this.
- it generates 10 random numbers between 1 and 99 and returns them.
- it also shows the min and max numbers
- create a function for each operation (max and min)
- pass in an array and pass back the answer