- A program that calculates the area of a room and will display the area in square feet and square meters. Prompts user for width and length in feet. (RoomArea)
- A program that asks the user how many people there are and how many slices of pizza each person wants. Program then calculates how many pizzas should be purchased. (PizzaParty)
- A program that determines how many gallons of paint is needed to paint the ceiling of a room based off of the length and width of the room. Program gives the number of gallons as a whole number. Assuming 1 gallon covers 350 square feet.(PaintCalculator)