Question: Developing a Test Grade Calculator Program using PYTHON. Make sure to include the following in your code: i.Generally, we use all caps (capital letters) for

Developing a Test Grade Calculator Program using PYTHON.

Make sure to include the following in your code:

i.Generally, we use all caps (capital letters) for CONSTANTS with underscores separating the words. For example: NUM_TESTS, A_GRADE, etc. (refer to line #s 8 to 11 in the screenshot below)

ii.Use descriptive and appropriate identifiers (variables names) with camelCase naming style. For example: loScore, avgScore, letterGrade, etc. (refer to variables in the screenshot below)

iii.Keep proper documentation for understandability of your program by adding comments in the program using line (#) comment.

iv.Use proper indentation and blank/line spaces in your program for readability of your code/program.

This is what the OUTPUT should exactly look like.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!