Provide an avenue for users to enter test data

Assignment Help C/C++ Programming
Reference no: EM13185450

Part A:

Suggest an application system which is able to perform some arithmetic computations, like commission system, encryption system, timer system, etc, from anyone of the following industry.

(a) Food and beverage industry

(b) Health care industry

(c) Transportation industry

The confirmation of the suggested system is pending approval by the tutor in-charge.

Your program should perform the following requirement: -

(a) Prompt for user login to begin using the system

(b) Provide an avenue for users to enter test data.

(c) Seek confirmation for the next set of actions to be taken.

(d)Perform validation and offer constructive guidelines for correct test data to be key in by the users

(e) [* Optional] Upon the completion of the testing OR user has responded a "N" (NO) to end the testing program, the system must be able to display a summary of the total number of attempt and thank you note.

Then, prepare a brief user guide for your solution.

Sample output:



Login:

Invalid login. Please try again:

Login:

 

Welcome to the CA Food and Beverage System!

------------------------------------------------------------

  Customer count: 001

 

MENU (Enter "0" or "1" for customer selection)

----

Set Meal    :  0   

A la carte  :  1

~~~~~~~~~~~~~~~~~~~~~~~

Customer selection: 0

 

SET MEAL MENU @ RM19.90 / set (Enter 0/1/2 for selection)

-----------------------------

Set A (Salad + Chicken steak burger + tea) : 0

Set B (Soup + Spaghetti chicken meatball + tea): 1

Set C (Fish N chips + Brownie + tea)  : 2

 

Order    : 2

Quantity : 2

 

Any other order? Y/N: Y

 

MENU (Enter "0" or "1" for customer selection)

----

Set Meal    :  0   

A la carte  :  1

~~~~~~~~~~~~~~~~~~~~~~~

 

 

 

  Sample Output: Continued



Customer selection: 1

 

A la Carte Categories (Enter 0/1 for selection)

--------------------------

Pasta : 0

Asian Foods : 1

 

Customer selection: 1

 

Asian Foods @ RM9.90 / item (Enter 0/1 for selection)

----------------------------------------------

Asam Laksa  : 0

Nasi Lemak  : 1

 

Order    : 1

Quantity : 1

 

 

Any other order? Y/N: N

Any membership? Y/N: Y

 

Total      : RM49.70

Tax (10%) : RM 5.00   

Member discount (10%): RM 5.00

Grand Total     : RM49.70  

 

 

Next customer? Y/N: N

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Summary:

Total number of customer(s): 1

 

~~~THANK YOU for using CA Food and Beverage System~~~

 

 

  Part B:

Write a personal reflection based on your experience / learning in individual basis. Then, fasten your personal reflection together with group members in a single report.

Hint(s) : Each Individual is required to include a summary on personal reflection i.e. the lessons and the knowledge that each of you have learned from this assignment.

The following hints may serve as a guideline in preparing personal reflection.

1. I learned.........

 

2. What I have found difficult about what I have read/viewed/heard is.........

 

3. Is what you are currently reading/viewing or studying challenging you in any way? How?

 

4. Can you make any connections between what you are reading/viewing and everyday life, history, situations in the world, any other subject you are studying or your own life?

 

5. What are you learning about yourself from what you are reading/viewing/studying? (Your own values, attitudes and beliefs)

Part C:

Each group is given approximately 20 minutes for demonstration which including presentation and Question and Answer session, to showcase the application of the developed solution.

Reference no: EM13185450

Questions Cloud

What is the shortest amount of time needed : It takes 3 seconds to flip a sandwich and 5 seconds to take one off or put one on the grill. What is the shortest amount of time needed to toast all 5 sandwiches?
Explain increasing orbital energy as a string without : condensed form in order of increasing orbital energy as a string without blank space between orbitals.
Which auction should choose to maximize the profit : If you used a first-price sealed bid auction and the optimal strategy for the participants was to shade their bid by 20% and the participants used this strategy, who would win and what would the winning price be Which auction should you choose ..
How much will lena have accumulated in the account : Lena Dimock is saving for her college expenses. She sets aside $200 at the beginning of each three months in an account paying 8% annual interest, compounded quarterly. How much will Lena have accumulated in the account at the end of four years?
Provide an avenue for users to enter test data : Suggest an application system which is able to perform some arithmetic computations, like commission system, encryption system, timer system, etc, from anyone of the following industry.
What is the market value of the old equipment : If the newer equipment is purchased, it will have end-of-year O&M costs of $8,000 and a salvage value of $20,000 at that time. If the old equipment is retained, it will have to be supplemented in years 3, 4, and 5 by leasing a hi-def add-on unit c..
For what kind of mortgage can they qualify : Jamie and Alice Newmark have a combined monthly gross income of $9,702 and monthly expenses totaling $2,811. They plan to buy a home with a mortgage whose monthly PITI will be $2,002.
What was the book value of the equipment inventory : What was the book value of the equipment inventory at the six-year point, substituting the new hydraulic lift for the original after the new lift had joined the inventory?
Calculate diameter and shear stress of the shaft : A torque of 40 kNm is transmmited by ahollow shaft which is subjected to a bending moment of 20 kNm.the maximum tensile stress under these conditions must not exceed 100 Mpa. the outside diameter of the shaft is 150 mm. calculate the inside diameter ..

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Write a loan calculator program

Write a loan calculator program in C++ that displays monthly balances for user-specified loan terms. To be flexible, you decide to specify the loan terms in a file and provide that filename  entered from the keyboard. To keep things simple

  Counts all occurrences of a given string from such a bag

Write a C++ function that removes and counts all occurrences of a given string from such a bag.

  Modify the program in 6a so that, in addition to the cents

Modify the program in 6a so that, in addition to the cents, the user enters the denomination of the coin to which to convert the pennies, such as 5 for nickles or 25 for quarters.

  Approximately normally distributed

Write a program MakeFile.cpp that creates a file random.dat that contains 200 random numbers where each number is the sum of 12 random values rand( )%9. When we add a sufficient number of uniformly distributed numbers the result is approximately n..

  Amanda and tyler opened a business

Amanda and Tyler opened a business that specializes in shipping liquids, such as milk, juice, and water, in cylinderical containers. The shipping charges depend on the amount of liquid in the container. (For simplicity, you may assume that the con..

  Creates an array of six divsales objects

Write a program that creates an array of six DivSales objects. The program should ask the user to enter the sales for four quarters for each division. After the data are entered, the program should display a table showing the division sales for ..

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Calculates the average of those numbers

Write a C program which takes n number of element from user (where, n is specified by user), stores data in an array and calculates the average of those numbers. Output of the program should look like this;

  A program that takes into account a pre given array

Problem: A program that takes into account a pregiven array and prompts the user to enter a return per minute value.

  Writer a program that allows the user to enter

Writer a program that allows the user to enter an unknown number of characters, stores those characters in a data structure (a vector) and then prints the values to the screen.

  Value referenced by the pointer.

Add 10 to the value referenced by pointer switch.Add 4 to the address stored in pointer switch.Subtract 5 from the value referenced by the pointer.

  Catch clauses are listed is important

write a program that can be used to demonstrate that the order in which catch clauses are listed is important

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd