Question: Please write program in C++ Mini Project You are opening a new trendy pizza shop where customers can buy, not only circular pizza, but also

Please write program in C++

Mini Project You are opening a new trendy pizza shop where customers can buy, not only circular pizza, but also square and hexagonal pizzas. Write a program incorporating the following functions with appropriate parameters, pass by reference). The price of the pizza is based on the area of the pizza, tax and the service charge. The program continues to run until the customer chooses to exit from it. Function Description main() contain function calls for the following functions. mainMenu() display the main menu; customers may continue or exit the program at this stage. Use appropriate loop. Do you wish to continue with your order or quit? uit getData() Get the customer's details, such as name, address and mobile number. Get the pizza type and dimension from the customer. Type:
quare /
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
