Raptor program to find Student GPA
Problem Statement
Model a Raptor program to find the Student GPA based on the given flowchart requirements. Validate the input on the requirements.
Flowchart requirements
#A student cannot get a grade below 0 or a grade above 100, and your Raptor program must make sure that input given by user is within the range.
#GPA based calculations below. The student GPA letter grades are as follows:
- “AA” is 4.00 and awarded for a grade 100 – 90.
- “BA” is 3.5 and awarded for a grade 85 – 89.
- “BB” is 3.00 and awarded for a grade 84 – 80.
- “CB” is 2.50 and awarded for a grade 79 – 75.
- “CC” is 2.00 and awarded for a grade 74 – 70.
- “DC” is 1.50 and awarded for a grade 69 – 60.
- “DD” is 1.00 and awarded for a grade 59 – 50.
- and “FF” is 0.00 and awarded for a grade 49 – 0.
#The GPA must be between 0.00 to 4.00.
Flowchart
Raptor Tutorials on this website can be found at:
https://www.testingdocs.com/raptor-a-flowchart-tool/
RAPTOR official website: https://raptor.martincarlisle.com/