Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a python program with the intent that it Develop at least 2 test cases, where you calculate the correct results by hand. These are

Create a python program with the intent 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
Total profile is
Boxes of siding nails are
Weather side strips are ******************************************
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 with AI-Powered 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