Paint Store Program

Make a program with:

  1. An ASCII art name. This doesn't need to be the same as mine. (look at the back of sheet 2)
  2. An ASCII art picture This also can be different than mine. (also at the back of sheet 2)
  3. Gets the width and height of the wall.
  4. Make sure that the input is spaced nicely.
  5. Calculates the Surface Area of the wall.
  6. Calculates the number of buckets of paint needed (surface Area / 4).
  7. Calculates the cost of paint the wall (buckets X $17.50)
  8. Calculates the tax (13%)
  9. Calculates the total cost (paint + tax)
  10. Output all of the above calculations.

This is one example of a program. User input is in red. Yours doesn't need to be in red, it is just in red to make it clear. The variable output is in blue.

This is another example of the program. User input is in red. Yours doesn't need to be in red, it is just in red to make it clear. The variable output is in blue.