Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

in python only please, thank you! SVBMTT original code in Python to solve the problem below. Please be anare that copying and pasting code from

in python only please, thank you! image text in transcribed
SVBMTT original code in Python to solve the problem below. Please be anare that copying and pasting code from any other source other than codeyou have explicitly written on your own is considered plagiarism. If you receive help, that is fine (document help in the comments of your code) however you need to write your onn code, name yow own variables, and comment your own code. Students turning in the exact same work as another student will all be given zeros. Plagiarism is not tolerated, and students found to be plagiarizing will be given a zero and reported to the University with the possibility of termimation of the class and degree program. Write a Python program that will calculate the amount and cost of purchasing flooring. The user will enter the length of the room, the width of the room and the cost of the flooring per square foot. Calculate the total square feet, flooring cost, tax (7\%) and total amount due. Display and identify the output for the total square feet needed, the calculated cost of the flooring, tax amount ( 7% of the total flooring cost) and the total (final cost). You do not need to round or truncate your answers. Save your program as Lab1.py and upload your source file to the appropriate dropbox in GradeScope, NOT D2Ll Sample Input Example: Room Length: 60 Room Width: 2 Cost per Sq. Foot: 5.39 Sample Output Example: Square feet: 120.0 Flooring: 646.8 Tax: 45.276 Total: 692.0759999999999

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

How is slaked lime powder prepared ?

Answered: 1 week ago

Question

Why does electric current flow through acid?

Answered: 1 week ago

Question

What is Taxonomy ?

Answered: 1 week ago

Question

1. In taxonomy which are the factors to be studied ?

Answered: 1 week ago

Question

7. What decisions would you make as the city manager?

Answered: 1 week ago

Question

8. How would you explain your decisions to the city council?

Answered: 1 week ago