Hi, I have a coding project due in 12 hours and I'm having a really hard time with programming. I came across this website because of my desperation for help. These are the requirements to pass the project:
Create a basic Restaurant Point of Sale software using C-Language. Your restaurant must have at least 20 items to choose from.
To receive full credit, your software must have the minimum of the following features:
I. Enhanced security and anti-fraud protection
• Use of string functions
• System is encrypted with username and password
• Your project must include 3 sets of username and password.
• username and password must not exceed 20 characters long
Example:
II. Menu Display
• Use of void functions
• After a successful log-in, the program must display the restaurant’s menu
• There are at least 20 menu items with corresponding code, name of the menu item, and price.
III. Action on Orders
• using Arrays, Functions. Conditional and Looping Statements
• After displaying the menu, the program will display the restaurant’s options
• Back to Menu option will display the restaurant’s menu again (II.)
• Take Order option will input orders by item code and automatically computes the total price
IV. Receipt
• Using Functions, Conditional and Looping Statements
• Receipt will show the summary of orders, quantity, price, and total
• An option for discount must also be included
• AN OPTION FOR DELIVERY, DINE-IN, or TAKEOUT must also be included.
• A STANDARD DELIVERY FEE of 50PhP will be added on the TOTAL PRICE IN THE RECEIPT tagged as 'DELIVERY FEE'.
• The program will accept cash payments and the system will display the amount of change to return.
I would really appreciate your help with this matter, thank you.