AC App that Calculates a Tables Bill & Display All the Menu Items Program

User Generated

NatelPlobet

Programming

Ashworth College

Description

Unformatted Attachment Preview

ASSIGNMENT 08 K07 Computer Programming I Directions: Be sure to save an electronic copy of your answer before submitting it to Ashworth College for grading. Unless otherwise stated, answer in complete sentences, and be sure to use correct English, spelling and grammar. (Restaurant Bill Calculator) A restaurant wants an app that calculates a table’s bill. The app should display all the menu items from Fig. 15.52 in four ComboBoxes. Each ComboBox should contain a category of food offered by the restaurant (Beverage, Appetizer, Main Course and Dessert). The user can choose from one of these ComboBoxes to add an item to a table’s bill. As each item is selected in the ComboBoxes, add the price of that item to the bill. The user can click the Clear Bill Button to restore the Subtotal: Tax: and Total: fields to $0.00. Grading Rubric Please refer to the rubric below for the grading criteria for this assignment. CATEGORY Menu Items (20 Points) Exemplary 20 points Student correctly displays all menu items. 20 points Student correctly displays a ComboBox for each of the four categories of food offered by the restaurant. Satisfactory 10 points Student almost correctly displays all menu items. ComboBoxes 10 points (20 Points) Student almost correctly displays a ComboBox for each of the four categories of food offered by the restaurant. Table’s Bill (10 Points) 10 points 8 points Student correctly adds an Student almost correctly item to the table’s bill. adds an item to the table’s bill. Price (10 Points) 10 points 8 points Student correctly adds the Student almost correctly price of that item to the bill. adds the price of that item to the bill. Clear Bill Button 20 points 10 points (20 Points) Student correctly makes it Student almost correctly possible to click the Clear makes it possible to click the Bill Button to restore the Clear Bill Button to restore Subtotal:, Tax: and Total: the Subtotal:, Tax: and Total: fields to $0.00. fields to $0.00. Mechanics -Grammar, 10 points 8 points Punctuation, Spelling Student makes no errors in Student makes 1-2 errors in (10 Points) grammar or spelling that grammar or spelling that distract the reader from the distract the reader from the content. content. Format - APA Format, 10 points 8 points Citations, The paper is written in The paper is written in Organization, proper format. All sources proper format with only 1-2 Transitions (10 Points) used for quotes and facts are errors. All sources used for credible and cited correctly. quotes and facts are credible Excellent organization, and most are cited correctly. including a variety of Adequate organization thoughtful transitions. includes a variety of appropriate transitions. Unsatisfactory 8 points Student partially correctly displays all menu items. 8 points Student partially correctly displays a ComboBox for each of the four categories of food offered by the restaurant. 5 points Student partially correctly adds an item to the table’s bill. 5 points Student partially correctly adds the price of that item to the bill. 8 points Student partially correctly makes it possible to click the Clear Bill Button to restore the Subtotal:, Tax: and Total: fields to $0.00. 5 points Student makes 3-4 errors in grammar or spelling that distract the reader from the content. 5 points The paper is written in proper format with only 3-5 errors. Most sources used for quotes and facts are credible and cited correctly. Essay is poorly organized, but may include a few effective transitions. Unacceptable 5 points Student incorrectly displays all menu items. 5 points Student incorrectly displays a ComboBox for each of the four categories of food offered by the restaurant. 2 points Student incorrectly adds adds an item to the table’s bill. 2 points Student incorrectly adds the price of that item to the bill. 5 points Student does not make it possible to click the Clear Bill Button to restore the Subtotal:, Tax: and Total: fields to $0.00. 2 points Student makes more than 4 errors in grammar or spelling that distract the reader from the content. 2 points The paper is not written in proper format. Many sources used for quotes and facts are less than credible (suspect) and/or are not cited correctly. Essay is disorganized and does not include effective transitions.
Purchase answer to see full attachment
User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Explanation & Answer

View attached explanation and answer. Let me know if you have any questions.Hey, the question has been solved and attached along with the .rar file, and the document.I have also attached 2 screenshots for your reference as to how the program looks like.It was a pleasure solving questions for you!Hoping to work again with you in the future!Cheers,Aayush Agarwal

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Restaurant_bill_generator_2
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)...


Anonymous
Really great stuff, couldn't ask for more.

Studypool
4.7
Trustpilot
4.5
Sitejabber
4.4

Similar Content

Related Tags