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 method that accepts a string

Write a method that accepts a String object as an argument and displays its contents backward. For instance, if the string argument is "gravity" the method should display - "ytivarg". Demonstrate the method in a program that asks the user to input..

  Submap that accepts two maps from strings

Write a method called subMap that accepts two maps from strings to strings as its parameters and returns true if every key in the first map is also contained in the second map and maps to the same

  Write a c program that reads in five numbers

Q1. (Bar Chart /Histogram printing) Write a C program that reads in five numbers (each between 1 and 30). For each number read, your program should print a line containing that number of adjacent asterisks. For example, if your program reads the numb..

  Write a program that reads numbers

Write a C++ program that reads N positive numbers from the keyboard, calculates and shows the smallest number of all numbers

  Program that will output the solution to the quadratic eq

Create a C++ program that will output the solution to the quadratic equation for any range of integer coefficients

  Asks the user for the name of an input file and translates

Write a C++ program that asks the user for the name of an input file and translates the contents of that input file using ROT13. Your  main  function should be responsible for reading the input file and coordinating calls to a value-returning functio..

  Dimensional array of integers and fill it with data

Create a 2-by-3 two-dimensional array of integers and fill it with data. Loop through the array and locate the smallest value stored. Print out the smallest value as well as its row and column position in the array

  Multiply a set of complex numbers

Write a C program to multiply a set of complex numbers stored in an array (that has been dynamically allocated). Specifically, first prompt the user to enter how many complex numbers need to be multiplied, dynamically create an array to store the ..

  Windows application that function like a banking account

Create a Windows application that function like a banking account register. Separate the business logic from the presentation layer. The graphical user interface should allow user to input the account name, number, and balance.

  Create a program that maintains the required book catalog

Create a program that maintains the required book catalog for the circulation desk of a library.

  Calculates the student * averages and quiz averages based

Calculates the student * averages and quiz averages based upon input from the user. Modify this program to read in the following grade text file, * with a maximum number of students set to 35 and having five quiz scores for each student. The output s..

  Use a for loop to generate 100 random numbers.

Use a For Loop to generate 100 random numbers. Determine the most current maximum and minimum number as the random numbers are being generated. This is referred tp as a "running" maximum and minimum. Display the running maximum and minimum values as ..

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