Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The purpose of this assignment is to create a pseudocode design and write a rudimentary Java program. Instructions 1. You are in the paint business,

image text in transcribed

The purpose of this assignment is to create a pseudocode design and write a rudimentary Java program. Instructions 1. You are in the paint business, and you have subsidiaries in Ohio and Indiana. You just received a new contract of painting a four-wall room with equal height, width, and length (all x feet). You charge by the surface area painted ( 5 dollars per square feet) instead of no. of hours. This quote holds good if the total area to be painted is less than 500 sq. feet. Above 500 sq. feet, there is an additional cost of 10 cents per square feet. The total cost attracts a sales tax of 3.05%. Write pseudocode for an algorithm that would calculate the total cost to be billed to the customer if he/she hires your firm to paint his/her house. 10 points 2. Write a Java program that prints a three-column list, having at least 5 entries. The first column should contain the names of your best friends, the second column should have their birthdays, and the third column should have their hometown. Sample output is provided below. 10 points

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