Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PLEASE DO THIS IN JAVA!! PSEUDOCODE AND SOURCE CODE PLEASE!! Problem 1: Well, it aint a Picasso: A local painting company has asked you to

PLEASE DO THIS IN JAVA!! PSEUDOCODE AND SOURCE CODE PLEASE!!

Problem 1: Well, it aint 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_2

Step: 3

blur-text-image_3

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

The Power Of Numbers In Health Care A Students Journey In Data Analysis

Authors: Kaiden

1st Edition

8119747887, 978-8119747887

Students also viewed these Databases questions