Dec 5 Mini Quiz

Write a program that reads a number of students admitted to the University and then reads GPA for each student. Store GPAs in the list. To be accepted to Honors program 3.5 or above GPA is required. The program will find the number of students accepetd into Honors program.

Bonus:create 2 additional lists: list of all GPAs that are qualified for Honors program and list of all GPAs that are not qualified. Print each list, and then compare the sizes of these lists and output meaningful message.