ASSIGNMENTREQUIREMENTS Write aPython program thatdetermines the average of three test scores. The program should prompt the user to enter the three scores from the keyboard. All test scores are to be...


ASSIGNMENTREQUIREMENTS
Write aPython program thatdetermines the average of three test scores. The program should prompt the user to enter the three scores from the keyboard. All test scores are to be entered as scores out of 100 butwithout the % sign. The program should calculate the average as a percent and display itaccurate to two decimal places with the % symbol immediately following the final digit. See the sample output below. Upload your completed Python program to this dropbox. As with all assessments and assignments, your programs should:



  • Start with a comment that includes your name and course number.


  • Include pseudocode that describes all steps required to solve the problem.


  • Employ variable names that describe the values they store and adhere to Python naming conventions.


  • Include additional comments as needed to annotate your code.


  • Use correct spelling and grammar.



SAMPLEOUTPUT
Enter the score for test 1 95
Enter the score for test 2 80
Enter the score for test 3 85
The average of these scores is 86.67%.

May 20, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here