Highway Construction Cost Calculate the total cost of a highway construction project based on the costs below for each terrain type with the discounts applied based on the miles entered for each terrain type in the construction project. terrain type and cost mountainous roadway costs $60,000 per mile to build coastal roadway costs $50,000 per mile to build flatland roadway costs $35,000 per mile to build discount/mile available for ALL THE ABOVE TERRAIN TYPES 2-15 miles being built gets a 10% discount 16-60 miles being built gets a 25% discount >60 miles being built gets a 35% discount User Inputs ROAD WORK Processing Outputs Notes/Hints 1. mountainous miles to be built 2. coastal miles to be built 3. flatland miles to be built a. Create calcPercent Discount module to determine discount given for each terrain type to be built b. Create calcDiscMileCost module to calculate discounted cost/mile for each terrain type c. Create costPer TerrainType to calculate total cost to build highway for each terrain type given the miles and the discounted mile cost d. Create Project CostReport module to calculate and print to total project cost given the total cost for each terrain type. Print the values that were entered for the inputs (1.-3. above) and print the total cost for each terrain type and the total project cost. . Always use meaningful variable names. . Always print descriptive labels on the outputs. . You will need to decide what inputs each module needs to perform the required calculation(s).

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Python please

Highway Construction Cost Calculate the total cost of a highway construction project based on the costs
below for each terrain type with the discounts applied based on the miles entered for each terrain type in
the construction project.
terrain type and cost
mountainous roadway costs $60,000 per mile to build
coastal roadway costs $50,000 per mile to build
flatland roadway costs $35,000 per mile to build
discount/mile available for ALL THE ABOVE TERRAIN TYPES
2-15 miles being built gets a 10% discount
16-60 miles being built gets a 25% discount
> 60 miles being built gets a 35% discount
User Inputs
Processing
ROAD
WORK
Outputs
Notes/Hints
1. mountainous miles to be built
2. coastal miles to be built
3. flatland miles to be built
a. Create calcPercent Discount module to determine discount given for each terrain
type to be built
b. Create calcDiscMileCost module to calculate discounted cost/mile for each terrain
type
c. Create costPer TerrainType to calculate total cost to build highway for each terrain
type given the miles and the discounted mile cost
d. Create Project CostReport module to calculate and print to total project cost given
the total cost for each terrain type.
Print the values that were entered for the inputs (1.-3. above) and print the total
cost for each terrain type and the total project cost.
• Always use meaningful variable names.
. Always print descriptive labels on the outputs.
●
You will need to decide what inputs each module needs to perform the required
calculation(s).
Transcribed Image Text:Highway Construction Cost Calculate the total cost of a highway construction project based on the costs below for each terrain type with the discounts applied based on the miles entered for each terrain type in the construction project. terrain type and cost mountainous roadway costs $60,000 per mile to build coastal roadway costs $50,000 per mile to build flatland roadway costs $35,000 per mile to build discount/mile available for ALL THE ABOVE TERRAIN TYPES 2-15 miles being built gets a 10% discount 16-60 miles being built gets a 25% discount > 60 miles being built gets a 35% discount User Inputs Processing ROAD WORK Outputs Notes/Hints 1. mountainous miles to be built 2. coastal miles to be built 3. flatland miles to be built a. Create calcPercent Discount module to determine discount given for each terrain type to be built b. Create calcDiscMileCost module to calculate discounted cost/mile for each terrain type c. Create costPer TerrainType to calculate total cost to build highway for each terrain type given the miles and the discounted mile cost d. Create Project CostReport module to calculate and print to total project cost given the total cost for each terrain type. Print the values that were entered for the inputs (1.-3. above) and print the total cost for each terrain type and the total project cost. • Always use meaningful variable names. . Always print descriptive labels on the outputs. ● You will need to decide what inputs each module needs to perform the required calculation(s).
Income Tax You are going to calculate Income tax owed on the gross income of the person who runs
your program. If their gross income is >= 0% and <= 65% of the average U.S. Income, their tax rate is
12%. If their gross income is >= 66% and <= 115% of the average U.S. income, their tax rate is 15%. If
their gross income is >= 116 % and <= 200% of the average U.S. Income, their tax rate is 19%. If their
gross income is over 200% of the average U.S. income, their tax rate is 22%.
User Inputs
Processing
Outputs
INCOME
TAX
Notes/Hints
1. Average U.S. income
2. User's Gross income
a. Get the user inputs above from the user (person running the program)
b. Determine user's income tax rate based on 1. and 2. above.
c. Calculate user's income tax owed.
Print the values that were entered for the inputs (1.-2. above) and print the results
(b.-c. above)
• Always use meaningful variable names.
• Always print descriptive labels on the outputs
Transcribed Image Text:Income Tax You are going to calculate Income tax owed on the gross income of the person who runs your program. If their gross income is >= 0% and <= 65% of the average U.S. Income, their tax rate is 12%. If their gross income is >= 66% and <= 115% of the average U.S. income, their tax rate is 15%. If their gross income is >= 116 % and <= 200% of the average U.S. Income, their tax rate is 19%. If their gross income is over 200% of the average U.S. income, their tax rate is 22%. User Inputs Processing Outputs INCOME TAX Notes/Hints 1. Average U.S. income 2. User's Gross income a. Get the user inputs above from the user (person running the program) b. Determine user's income tax rate based on 1. and 2. above. c. Calculate user's income tax owed. Print the values that were entered for the inputs (1.-2. above) and print the results (b.-c. above) • Always use meaningful variable names. • Always print descriptive labels on the outputs
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY