Question: Write C++ code that will create a linked list that has four items per node, and at least 3 nodes. The struct/class should contain 4
Write C++ code that will create a linked list that has four items per node, and at least 3 nodes. The struct/class should contain 4 variables: one for the course name one for the course number one for course room 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 YOUR classes...not mine: Courses for Pat McClanahan: Intro to CSCS 11SCMA 265 Intro to Linux CS 42 Shima 237 Web Animation CSW 38 SCMA 275 The sample code is available in a zip file. Look at the 09 file and the 10 file. Also pay attention to the print:List() function - you will have to modify it to get the output correct
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
