Need it in the java language, doesn't have to be perfect. If you can do the whole program that would be best but if not an outline would suffice so I can get a good idea of how to finish the program....


Need it in the java language, doesn't have to be perfect. If you can do the whole program that would be best but if not an outline would suffice so I can get a good idea of how to finish the program. Thanks!


number of pizzas, types of pizzas, size of them as your<br>input values.<br>Then calculate the total price. Make sure for your bill calculation consider<br>tax, which is 10% for the total bill.<br>

Extracted text: number of pizzas, types of pizzas, size of them as your input values. Then calculate the total price. Make sure for your bill calculation consider tax, which is 10% for the total bill.
Write a Restaurant class that keeps data attributes for the following pieces<br>of information:<br>• Name<br>• Cuisine type<br>Next, write a class named Pizza that is a subclass of the Restaurant class.<br>The Pizza class should keep data attributes for the following information:<br>• Name of pizza<br>• Price of pizza<br>• Size of pizza<br>Prices for pizzas are based on the size and type<br>For type of pizza consider<br>Pizza Type<br>Base<br>price<br>Cheese<br>$10<br>Реperoni<br>$11<br>Vegetable<br>$12<br>Base Price is for SMALL pizza<br>The price for MEDIUM Pizza is 1.25 times the base<br>price. The price for LARGE Pizza is 1.5 times the base<br>price.<br>For this question you should ask for the pizza order.<br>

Extracted text: Write a Restaurant class that keeps data attributes for the following pieces of information: • Name • Cuisine type Next, write a class named Pizza that is a subclass of the Restaurant class. The Pizza class should keep data attributes for the following information: • Name of pizza • Price of pizza • Size of pizza Prices for pizzas are based on the size and type For type of pizza consider Pizza Type Base price Cheese $10 Реperoni $11 Vegetable $12 Base Price is for SMALL pizza The price for MEDIUM Pizza is 1.25 times the base price. The price for LARGE Pizza is 1.5 times the base price. For this question you should ask for the pizza order.

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here