hey guys, i need help and ideas creating a code for pizza shop application, the user must choose pizza size, and how many they want (5max), and select toppings, the application will then display the details of their order plus a 10% discount if the order is over $50.
anyone can help me create this application? Thanks :)
prices for small, med, large and extra large are 10,20,30, and 40
there is 3 topping each cost 5.
5 bucks for EACH topping? So a small pizza with 3 toppings is 25 bucks? Is this normal pricing in US of America?!!!
@OP - Are you familiar with std::cout and std::cin? Do you know how to use int variables and how to add them together? Do you know how to use if/else? We will not do your homework for you, but to give some general advice, we need to know, what you know. This is not a forum for getting homework done by other people. =/
i'll do your program for fun but I wanna know how "advanced" it needs to be. Does this program only do 1 order before terminating or does it run for as long as the user inputs additional orders of pizza?