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
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
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