. Mow the Input of:
o Individual employee names and salaries
. Store each item type from input in parallel
arrays
. The salaries irut should be floating point
numbers and salaries should be in even
hundreds
. For example, a salary 0436,500 should
be input as 36.5 and a salary 0469.000
should be entered as 69.0.
* End the Input with a sentinel value
. ProcessIng
o Determine the average salary
o Determáne which employees saLaries are within
that average by 5000. or -
. Output the followlrt
• Display the names and salaries of all the
employees.
o Display the average of all salaries entered
o Display all employees that are within 5,000
range of the average
. So if the average is 31X000 and an employee
earns 33.000. that persons name woulo be
found and displayed.
. Save your 111e using the naming
format Final Exam P2 M08
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of