Points: 20 points.
Problem:
Develop a solution both in flowchart and pseudocode for the following problem:
Given a classroom full of people:
- find the average height
- the number of people
- the height of the tallest person
- the height of the smallest person
From the algorithm you formulated from the previous assignment, as shown above, transform it into a Java program.