Question: CHAPTER 13 Pointers and Linked Lists 7. Redo (or do for the first time) Programming Project 5 from Chapter 9. However, instead of a dynamic
CHAPTER 13 Pointers and Linked Lists
7. Redo (or do for the first time) Programming Project 5 from Chapter 9. However, instead of a dynamic array to store the list of user IDs for each computer station, use a linked list. The node for the lists should contain the station number and user ID of the person logged in on that station. If nobody is logged on to a computer station, then no entry should exist in the linked list for that computer station.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
