Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Your program collects six inputs from the user, all of them being information about a student. The first input is the student's name. The next

Your program collects six inputs from the user, all of them being information about a student. The first input is the student's name. The next three are homework scores, each score being out of 50. The last two are test scores, each score being out of 30. (These scores can have fractional parts; a score like 10.5 is possible) Scaled Total Score is calculated out of 100, by scaling the homework component to 60 points, and the test component to 40 points.(That is, HW is worth 60% and tests worth 40% of the total) (All homework scores are treated equally; so are all the test scores). Displayed output should use one line for each separate item of information. For example, as below: Name: Homework 1: /50 Homework 2: /50 Homework 3: /50 Test 1: /30 Test 2: /30 Scaled Total Score: /100

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

Recommended Textbook for

Entrepreneurship

Authors: Andrew Zacharakis, William D Bygrave

5th Edition

1119563097, 9781119563099

More Books

Students also viewed these Mathematics questions