CBSE BOARD XII, asked by kspatil2276, 9 months ago

Write an program to display menu card of hotel with heading and minimum 3 veg and non veg items displayed with checkboxes and place order

Answers

Answered by aerospaceengineeroo
1

Your program should display a main menu that allows the customer to select between the breakfast menu option,lunch menu option, dinner menu option and check out option. After selected an option from the main menu, your program should continue to display a sub-menu that will show the available foods and prices for the selected meal.Your program should allow the customer to select the food and enter the order quantity. Your program should continue to allow the customer to order their food until they select the check out option in the main menu,then only your program will display the order list with the quantity, prices and total amount need to pay by the customer.

program should display a main menu that allows the customer to select between the breakfast menu option,lunch menu option, dinner menu option and check out option. After selected an option from the main menu, your program should continue to display a sub-menu that will show the available foods and prices for the selected meal.Your program should allow the customer to select the food and enter the order quantity. Your program should continue to allow the customer to order their food until they select the check out option in the main menu,then only your program will display the order list with the quantity, prices and total amount need to pay by the customer.This is my coding and I need to improve it to display a receipt of items purchased , the total amount need to be paid and allow the user to enter the cash amount they are going to pay and calculate the balance for them. Please help me. #include <stdio.h> //header files

#include <stdio.h> //header files#include <ctype.h>

#include <stdio.h> //header files#include <ctype.h>#include <windows.h>

Answered by ashwinikesarkar1987
3

Answer:

and last line is after calculate the balance for them

and mark me as brainleast

Attachments:
Similar questions