Create a java application
Question: Create an application that will allow a new customer to order a house. You'll allow the customer to choose among four models (Aspen, Britattany, Colonial, and Dartmoor) by creating separate ButtonGroups.
You'll also allow them to choose among four models (Aspen, Brittany, Colonial, and Dartmooor) by ceating separate ButtonGroups.
You'll also allow the customer to choose a garage holding up to three cars. For each addition, include the following: + Aspen = $100,000 +Brittany=$120,000 +Colonial=$180,000 +Dartmoor=$250,000 +Each additional bedroom =$10,500 +Each car (0-3) = $7,775 Save the file as JMyNewHome.java.
Your outcome should look similar to Figure. Aspen Brittany Colonial Dartmoor 2 bedrooms 3 bedrooms 4 bedrooms no garage 1 car 2 car 3 car
Make this application using java programming. Create this application in simple way.