Salalah International School wants you to find if the student is eligible to be in School’s awardee list using python program. Start the program by reading student Name, ID of student, courses studied in the previous semester. Using while loop or for loop, read scores of all the courses studied in the previous semester and calculate average of all those scores. Then, find and display appropriate message if the student is eligible to be in School’s Awardee list or not. The criteria to be in School’s Awardee list is: courses studied must be 5 or more and average must be 95 or above.
Salalah International School wants you to find if the student is eligible to be
in School’s awardee list using python program. Start the program by reading
student Name, ID of student, courses studied in the previous semester.
Using while loop or for loop, read scores of all the courses studied in the
previous semester and calculate average of all those scores. Then, find and
display appropriate message if the student is eligible to be in School’s
Awardee list or not. The criteria to be in School’s Awardee list is: courses
studied must be 5 or more and average must be 95 or above.
Sample Output:
Enter Student's Name: Haleema
Enter Student's ID: 36J1234
Enter Number of courses studied in previous semester: 4
enter course score: 89
enter course score: 75
enter course score: 72
enter course score: 91
Number of courses studied: 4
Average score : 81.75
student is not eligible to be in School’s Awardee list
![](/static/compass_v2/shared-icons/check-mark.png)
Step by step
Solved in 4 steps with 3 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
![Concepts of Database Management](https://www.bartleby.com/isbn_cover_images/9781337093422/9781337093422_smallCoverImage.gif)
![Prelude to Programming](https://www.bartleby.com/isbn_cover_images/9780133750423/9780133750423_smallCoverImage.jpg)
![Sc Business Data Communications and Networking, T…](https://www.bartleby.com/isbn_cover_images/9781119368830/9781119368830_smallCoverImage.gif)