Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

create a python program so that it Develop at least 2 test cases, where you calculate the correct results by hand. These are known as

create a python program so that it Develop at least 2 test cases, where you calculate the correct results by hand. These are known as theexpected results. Then confirm that the program's actual results match these.
Document your testing: Include comments at the end of your program describing the test cases you used and the results you obtained.
Example for testing
INPUT
Enter a length of house in feet: 50 Enter a width of house in feet: 30 Enter a height of house in feet: 10 Enter a cost of profile in $: 128.75 Enter a cost of siding nails in $: 15.96 Enter a cost of side strips in $: 11
OUTPUT
The house has length =50, width =30, height =10 SIDING
******************************************
Total area of siding is 1,280.00 feet squared
Total profile is 640
Boxes of siding nails are 320
Weather side strips are 427
******************************************
TOTAL
*******************************************
The cost of materials for siding $92,204.20

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

Genomes And Databases On The Internet A Practical Guide To Functions And Applications

Authors: Paul Rangel

1st Edition

189848631X, 978-1898486312

More Books

Students also viewed these Databases questions