1.. Store the data in a Binary file and access it in Random Access mode. 2. Replace Class with Structure for Employee and Department. Inside each structure, replace all string variables with an array of characters. please read the chapter 12(More about characters and strings). Though we do not have homework on this, the knowledge from this chapter will help you do the final exam project. Make Employee and Department editable. That means the user should be able to edit a given Employee and Department. You can allow the user to edit the Employee's name, age etc and assign him/her to a different department. Similarly, the department name and department head can be changed. However, do not allow the user to Employee ID in the Employee file and Department ID in the department file. Please note that the data will no longer be stored in the array as it was in the midterm. Instead, it should be written to the file as soon as you collect the data from the user. If you are editing a record, read it from the file, collect new data from the user, and store the record back to the file in the same place it was found inside the file. That means the menu will not have options to save data to a file or read data from a file. Also, this should provide the ability for users to create an unlimited number of employees and departments unlike in Midterm where you allowed only a limited number of departments and employees.
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