Write an application for the summerdale condo sales office; the probram determines the price of a condominium. ask the user to choose 1 for park view, 2 for golf course view, or 3 for lake view. the output is the name of the chosen view as well as the price of the condo. park view condos are $150,000, condos with golf course views are $170,000, and condos with lake views are $210,000. if the user enters an invalid code, set the price to 0.
add a prompt to the condo sales application to ask the user to specify a (1) garage or a (2) parking space, but only if the condo view selection is valid. add $5,000 to the price of any condo with a garage. if the parking value is invalid, display an appropriate message and assume that the price is for a condo with no garage.
save the file as condosales2.java.

Solved
Show answers

Ask an AI advisor a question