program enters a list of students, each with information on Name, Class, and GPA.
1. Print the list of students (1 point)
The output should be:
Your selection (1 -> 4):
1
Enter the number of Students: 3
Enter Student 1
Enter name: Nhat
Enter class: SE1849
Enter GPA: 5.5 Enter Student 2
Enter name: Son
Enter class: SE1850
Enter GPA: 8.9
Enter Student 3
Enter name: Chi Enter class: IA1803
Enter GPA: 7.5
OUTPUT
+ 100%
Zoom
Close