[solved] – Question 80688
Write a program that implements the student class. The student objects will have name, age, average and town of residence. The program will create an array of at least 5 student class objects and offer the following options to the user.
1. print the information of a particular student as the user enters the student’s name
2.Print the names of all students that have an average greater than a value that the user entered
3.Print the name of all students for a specific town that the user indicates
Expert Answer
OR

