Design a class named pizza data fields include a string


Problem

Complete the following tasks:

a. Design a class named Pizza. Data fields include a string field for toppings (such as pepperoni), numeric fields for diameter in inches (such as 12), and price (such as 13.99). Include methods to get and set values for each of these fields. Create the class diagram and write the pseudocode that defines the class.

b. Design an application that declares two Pizza objects and sets and displays their values.

c. Design an application that declares an array of 10 Pizzas. Prompt the user for data for each of the Pizzas, then display all the values.

 

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Design a class named pizza data fields include a string
Reference No:- TGS02648707

Expected delivery within 24 Hours