Question: Using C + + Consider four computer labs. Each lab contains computer stations that are numbered as shown below: Lab 1 1 . . 5

Using C++ Consider four computer labs. Each lab contains computer stations that are
numbered as shown below:
Lab11..5, Lab21..6, Lab31..4, Lab41..3
Write a computer program using menu, with searching option. that could be used to track, by lab, which user is logged onto which computer. For example, if user 49193 is logged into
station 2 in lab 3 and user 99577 is logged into station 1 of lab 4, then
your system might display the following:
Lab Number Computer Stations
11: empty 2: empty 3: empty 4: empty 5: empty
21: empty 2: empty 3: empty 4: empty 5: empty 6: empty
31: empty 2: 491933: empty 4: empty
41: 995772: empty 3: empty
The program should store the list of user IDs for each computer station using a linked list. The needed operations should be done using linked lists.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!