Question: Write a Python program to determine the Cumulative Grade Point Average (CGPA) of a particular student with the following criteria: - Input: Student details (e.g.


Write a Python program to determine the Cumulative Grade Point Average (CGPA) of a particular student with the following criteria: - Input: Student details (e.g. Student name, ID) and subject details (e.g. subject name, credit hour (CH), score) - Output: To print grade for all subjects, and overall CGPA - A minimum of 5 subjects of different grades You are required to include the following in your answer: - Pseudocode to determine the student's CGPA - Python program to determine the student's CGPA Refer to Appendix A for the CGPA equation, and GPA and grade for different score range. Appendix A Equation A.1: CGPA=i=1nCHii=1n(GPAiCHi) Table A.1: Grade and GPA for different score range
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
