Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PSUEDOCODE PLEASE ANS SOURCE CODE Problem 1: Well, it ain't a Picasso: A local painting company has asked you to create an algorithm to help

PSUEDOCODE PLEASE ANS SOURCE CODE
image text in transcribed
Problem 1: Well, it ain't a Picasso: A local painting company has asked you to create an algorithm to help them figure out how much paint they need for each job when they are giving estimates. A single gallon of paint will cover 400 square feet of wall. You need to ask the customer how many walls they need painted, the average height and width of each wall and what color paint they want used. After getting the inputs, your algorithm should determine and display the fotal square feet of the walls to be painted along with how many gallons of the desired color paint that the job would require. Note: Area of a rectangle is length *width so it would be height *width for a wall. Sample Output: How many walls would you need painted? 2 What is the average height? 10 What is the average width? 10 What color paint do you want? Purple Painted 200 ft^2 of wall the color Purple It took 0.5 gallons of paint Program 2: Pythagorean Theorem

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