Lab 02
CLICK HERE TO DOWNLOAD THIS ANSWER INSTANTLY $18 Only
Lab 02 - Flowchart
Create a working Raptor flowchart, which prompts for four test grades. It then computes
and displays the average grade.
You can download the Raptor program to use at home from
http://raptor.martincarlisle.com/.
Once your Raptor flowchart executes correctly, upload your .rap file.
On this and on all future RAPTOR programs, include the assignment number and your
name in a comment.
Important Note: Students are expected to create their own flowcharts and C++
programs, but you are encouraged to help and get help from other students. Real
programmers do not work alone.
Sample Output (inputs in bold)
Please enter the first grade: 86
Please enter the second grade: 75
Please enter the third grade: 62
Please enter the fourth grade: 98
The average grade is 80.2500