Question: In C++, Design a program that will make a linked list that has four items per node, and at least 3 nodes. The struct /
In C++,
Design a program that will make a linked list that has four items per node, and at least 3 nodes.
The struct / class should contain four variables:
1) one for the course name
2) one for the course number
3) one for the course room
4) and the next member of the list
Once you have created the list, you must print out each of the members. The output should use your name and course classes.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
