Skip to main content

The First Step In Writing A Software Application Is To Deter

Page 1

The First Step In Writing A Software Application Is To Determine The R 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 Each item on the menu must have a different price. Your menu must define at least 10 different items. Display the menu to the user. Allow the user to select an item from the menu and record the selection in a variable. Once the user has selected an item, prompt them for the quantity, record it in a variable, and calculate the total cost (excluding sales tax). Prompt the user to enter the payment amount and record it in a variable. Subtract the total from the payment to determine the change and display it. Finally, remind the program operator to thank the customer for their patronage. <==> Create a documentation in Word including: - A title page with the course number and name, project name, student name, and date. - A list of data items used by the program, each with an appropriate name. - A diagram illustrating the source of each data item (e.g., “entered by the user,” “from menu,” “calculated,” etc.) and how it is handled within the program. - A list of decisions the program must make, referencing the relevant data items. - A description of the program’s flow of operation, including key activities, decisions, data handling, and referencing data items as previously listed. Deliverables include a ZIP file containing the Java program (meeting the above requirements) and the


Turn static files into dynamic content formats.

Create a flipbook
The First Step In Writing A Software Application Is To Deter by Dr Jack Online - Issuu