Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Instructions Do this BEFORE tackling the Chapter 2 Assignment. This is a GRADED practice activity that will prepare you for the Module 2 Assignment. The

Instructions
Do this BEFORE tackling the Chapter 2 Assignment.
This is a GRADED practice activity that will prepare you for the Module 2 Assignment. The task is to code a program to solve a problem relevant to this module. After completing this activity and uploading your Python file, you will be able to view a video detailing a solution provided by your instructor.
ASSIGNMENT REQUIREMENTS
Write a Python program that determines 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 but without the % sign. The program should calculate the average as a percent and display it accurate 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.
Use f-strings for outputs.
SAMPLE OUTPUT
Enter the score for test 195
Enter the score for test 280
Enter the score for test 385
The average of these scores is 86.67%.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Why We Form Relationships Managing Relationship Dynamics?

Answered: 1 week ago