Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

*******************NEED IT IN PSEUDOCODE*************** *******************NEED IT IN PSEUDOCODE*************** Problem 1: Well, it ain't a Picasso: A local painting company has asked you to create an

*******************NEED IT IN PSEUDOCODE***************

image text in transcribed

*******************NEED IT IN PSEUDOCODE***************

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 total 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

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

Intelligent Databases Object Oriented Deductive Hypermedia Technologies

Authors: Kamran Parsaye, Mark Chignell, Setrag Khoshafian, Harry Wong

1st Edition

0471503452, 978-0471503453

More Books

Students also viewed these Databases questions

Question

1. What is game theory?

Answered: 1 week ago