Answered step by step
Verified Expert Solution
Question
1 Approved Answer
java plz Your Cumulative GPA (CGPA) is calculated as an average of all grades you've received In this problem, you receive data from multiple semesters
java plz
Your Cumulative GPA (CGPA) is calculated as an average of all grades you've received In this problem, you receive data from multiple semesters Input First, you will receive the number of semesters included in the student transcript. followed by the word "SEMESTERS" Second, you will receive the total number of classes that the student has taken so far, followed by the word "CLASSES For each semester of data provided, you will receive the following information Semester name Number of courses taken that semester Multiple lines containing information for each course taken that semester in the following format: . course code folowed by grade letter obtained, each separated by a comma Processing 1. Convert each letter grade to the appropriate grade point value Disregard any neutral grade letters (eg W or ILL grades) 2 Calculate the GPA and CGPA at the end of each semester and output semester information (as below) Output format SEMESTER (semester name) GPA: (calculated GPA rounded to 2 decimal places) CGPA: (calculated CGPA to that point rounded to 2 decimal places) SEMESTER: (semester name) GPA: (calculated GPA rounded to 2 decimal places) CGPA: (calculated CGPA to that point rounded to 2 decimal places) aampie input sampie output 3 SEMESTERS 5 CLASSES SEMESTER: Transter Credits GPA: 30 CGPA: 30 SEMESTER: Summer 2018 Transter Credits MATH 1000,8 GPA: 2.1 Summer 2018 CGPA: 233 SEMESTER: Fall 2019 GPA 10 CGPA: 2.06 CSO 107A CSa 1800.C+ CSa mOF Fall 2019 MATH I010,D 3 SEMESTERS 6 CLASSES SEMESTER: Transter Credits GPA: 15 CGPA: 15 Transfer Credits SEMESTER: Summer 2018 CPA: 20 ENGI 1123.8 MATH 000F CGPA: 175 SEMESTER: Fall 2018 GPA: 35 CGPA: 233 Summer 2018 CSa 110F MATH 1000,A Fall 2018 MATH O0,8 CSCI 10A 2 SEMESTERS 8 CLASSES Fall 2018 SEMESTER: Fall 2018 GPA: 2.06 CGPA: 2.06 SEMESTER: Winter 2018 GPA: 4.0 CGPA: 261 CSC 107,ILL Csa 120,F CSa mOD CSCI 1800.C+ MATH 1000,A- MATH 2112.8+ Winter 2018 MATH 1O10,A CSO 1801A Your Cumulative GPA (CGPA) is calculated as an average of all grades you've received In this problem, you receive data from multiple semesters Input First, you will receive the number of semesters included in the student transcript. followed by the word "SEMESTERS" Second, you will receive the total number of classes that the student has taken so far, followed by the word "CLASSES For each semester of data provided, you will receive the following information Semester name Number of courses taken that semester Multiple lines containing information for each course taken that semester in the following format: . course code folowed by grade letter obtained, each separated by a comma Processing 1. Convert each letter grade to the appropriate grade point value Disregard any neutral grade letters (eg W or ILL grades) 2 Calculate the GPA and CGPA at the end of each semester and output semester information (as below) Output format SEMESTER (semester name) GPA: (calculated GPA rounded to 2 decimal places) CGPA: (calculated CGPA to that point rounded to 2 decimal places) SEMESTER: (semester name) GPA: (calculated GPA rounded to 2 decimal places) CGPA: (calculated CGPA to that point rounded to 2 decimal places) aampie input sampie output 3 SEMESTERS 5 CLASSES SEMESTER: Transter Credits GPA: 30 CGPA: 30 SEMESTER: Summer 2018 Transter Credits MATH 1000,8 GPA: 2.1 Summer 2018 CGPA: 233 SEMESTER: Fall 2019 GPA 10 CGPA: 2.06 CSO 107A CSa 1800.C+ CSa mOF Fall 2019 MATH I010,D 3 SEMESTERS 6 CLASSES SEMESTER: Transter Credits GPA: 15 CGPA: 15 Transfer Credits SEMESTER: Summer 2018 CPA: 20 ENGI 1123.8 MATH 000F CGPA: 175 SEMESTER: Fall 2018 GPA: 35 CGPA: 233 Summer 2018 CSa 110F MATH 1000,A Fall 2018 MATH O0,8 CSCI 10A 2 SEMESTERS 8 CLASSES Fall 2018 SEMESTER: Fall 2018 GPA: 2.06 CGPA: 2.06 SEMESTER: Winter 2018 GPA: 4.0 CGPA: 261 CSC 107,ILL Csa 120,F CSa mOD CSCI 1800.C+ MATH 1000,A- MATH 2112.8+ Winter 2018 MATH 1O10,A CSO 1801AStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started