List the data items that must be stored and used by program


Assignment: Application Development

The first step in writing a software application is to determine the requirements. There is no value in writing a program that does not address the needs of the client. Requirements can be gathered in many ways, but ultimately, the requirements serve to document what the application should and should not do. After the requirements are written, the application design can be prepared, followed by the actual coding. For this project, you will gain some practice in the design phase of software development by designing a program that will meet a given set of requirements.

In this assignment you will develop a console program that simulates a restaurant menu. The project instructions are as follows:

Program Requirements:

A. Each item on the menu must have a different price.

B. Your menu must define at least 10 different items.

C. Program Requirements:

a. Display the menu to the user.
b. Allow the user to select an item from the menu. (Record the selection in a variable.)
c. Once the user has selected an item, ask them how many they want (quantity). (Record the quantity in a variable.)
d. Calculate the total. (Sales tax is not included in this exercise.)
e. Ask the user to enter the amount of their payment. (Record this amount in a variable.)
f. Subtract the order total from the payment amount and present any remainder on screen as the customer's "change".
g. Remind the program operator to thank the customer for their patronage.

D. Remember to test your program fully to ensure that all functions operate correctly.

Documentation Requirements:

Create a document in Word and add the following:

A. Title page

a. Course number and name
b. Project name
c. Student name
d. Date

B. List the data items that must be stored and used by the program. Each data item should be given a name for reference. Create a diagram that illustrates where this data comes from (such as "selected by the user," "entered by the user," "item name from menu," "price from menu," etc.) and how it is handled by your program (what happens to that data).

C. List the decisions the program must make. References to the data items in the previous step should be used where appropriate.

D. Describe the flow of operation of the program so that a potential user can understand how it works. All key activities should be included, and references to the data items and decisions listed in the previous steps should be used.

Format your assignment according to the give formatting requirements:

1. The answer must be double spaced, typed, using Times New Roman font (size 12), with one-inch margins on all sides.

2. The response also includes a cover page containing the title of the assignment, the course title, the student's name, and the date. The cover page is not included in the required page length.

3. Also include a reference page. The references and Citations should follow APA format. The reference page is not included in the required page length.

Solution Preview :

Prepared by a verified Expert
Software Engineering: List the data items that must be stored and used by program
Reference No:- TGS03027355

Now Priced at $80 (50% Discount)

Recommended (93%)

Rated (4.5/5)