Question
Can someone help me with this assignment for my computer engineering course? I recently switched my major with no prior knowledge of how stressful this
Can someone help me with this assignment for my computer engineering course? I recently switched my major with no prior knowledge of how stressful this can be. I need help making a code that:
1) Ask for three numbers from the user via the keyboard. These numbers represent 3 test scores.
2) Calculate the average test score, which is the sum of the three scores divided by 3.
3) Print the output based on the following conditions:
If the average is above 90-100% the print out to the screen:
"You got an A for the class with the average score of: XXX"
Else, if the average is above 80-90% the print out to the screen:
"You got a B for the class with the average score of: XXX"
Else, if the average is above below 80% the print out to the screen:
"You got below a B for the class with the average score of: XXX"
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