An important issue facing the network and its security is the spread of malicious software. There are reports regularly about organizations that have been impacted by malicious software.
Submit your paper in Word. It should 3-4 pages (excluding title page, abstract and references page), professionally presented and use APA format. An introduction and conclusion are required.
ASSIGNMENT NUMBER 2
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.
Develop a console program that simulates a section of a restaurant menu. Each item will have a different price and your program should define at least ten (10) items. You will need to obtain an order from the user who should provide their menu selection along with quantity. The total cost for the meal must be calculated. The user will enter the amount of their payment ($10, $20, etc.). The program needs to calculate the amount due back to the user (payment minus total cost of meal).
The project instructions and deliverables are as follows: