Menu

[Solved]Need C 1 Must Use Linked Lists Write Program Enter Data Employee Name Salary Values Uniden Q37072211

Need in C++

1) You MUST use linked lists. Write a program to enter data foremployee name
and salary values (unidentified number of items, so use some sortof sentinel
value). Calculate the average of salary values and display it. Sortthe data by
employee names in alphabetical order using any sorting techniquethat you wish
to use. Make sure to display the data before the sort and after thesort. USE
FUNCTIONS!!!!!

2. You MUST use linked lists. We like to design an onlineaddress book to keep
track of the first name, last name, address (address, city, state,zip code), phone
number and birthdates (month, day, year) of family members. Yourprogram
should be able to handle any number of entries.
a) Define a class named addressType to store address, city, stateand zip
code. Use appropriate functions to store and print the address. Adda
constructor to initialize the member variables.
b) Define a class named addressBook that uses the class addressTypewith
additional attributes as needed. An object of addressBook should beable
to process any number of entries.
c) Allow for functionality to add a new entry to the addressbook.
d) Allow for functionality to delete an entry from the addressbook.
e) Allow for functionality to save the address book to afile.
Allow for a good way to test your code. Allow for user entry andmake sure
you allow for writing data to a file as required.

Expert Answer


Answer to Need in C++ 1) You MUST use linked lists. Write a program to enter data for employee name and salary values (unidentifie… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *