The program will accept the final marks of a group of students in a class.

The lecturer can choose '1' to finds the highest and lowest marks in the class. The lecturer choose '2' to find the average marks of that class.
If user enter other number, message "wrong choice" will be display.
Write a pseudocode and complete C++ program.