Lab 3

Do problem #6 on p. 43 of your Java textbook. Read Chapter 1, B carefully before beginning.
You can write the program on your mason account and save it there.
You do not need to save it on your student disk as indicated in the instructions.
In order to get any credit, you must create a typescript file with your listing, compilation and execution and email it to your TA.
Click here for help making a typescript.

Sample Execution

For a room: 30.0 feet long by: 15.0 feet wide,
if carpet costs: $6.5 per square foot, then the
cost to carpet this room is: $2925.0.

Use the values in the sample execution above.
Your execution should match the one given.
Don't worry about the number of 0s after the decimal.
We will learn how to format decimal numbers later.