Question: Develop an app that calculates a restaurant bill. The user should be able to enter the item ordered, the quantity of the item ordered
Develop an app that calculates a restaurant bill. The user should be able to enter the item ordered, the quantity of the item ordered and the price per item. When the user clicks the Add Item Button , your app should display the number ordered, the item ordered and the price per unit in three ListBox es, as shown following figure. When the user clicks the Total Bill Button , the app should calculate the total cost. For each entry in the ListBox, multiply the cost of each item by the number of items ordered. Restaurant Bill Quantity: Add item Menu item: Total Bl Price Price 6.99 1.25 Menu iterm Quantity: 2 Lunch special Apple pie Total cost: 51648
Step by Step Solution
3.54 Rating (151 Votes )
There are 3 Steps involved in it
using System using SystemCollectionsGeneric using SystemComponentModel using SystemData us... View full answer
Get step-by-step solutions from verified subject matter experts
