A simple restaurant bill calculator program that uses C# to perform the functions. This application is designed in a windows form that uses combo boxes to select menu items. Once an item is selected it appears in a receipt list box and the subtotal, tax, and total are updated. If an item is placed in the receipt list box by mistake, the is a remove item button. The bill can also be cleared using the clear button.
Features of Restaurant Bill Calculator:
– Includes 4 main menu items with each containing sub items
– Easy selection of menu items with Combo-box
– Auto Calculation of price when items are selected
– Total price calculation with Tax also
– Removal of items from bill if mistakenly added
– Auto updating of price when items are added and deleted
– Clearing the fields after bill is calculated.
FIND MORE on this site.
DOWNLOAD Simple Restaurant Bill Calculator Using C# With Source Code FOR FREE