Question: CSC 240 Lab 2 Implement a Print function for the linked list version of the class UnsortedType. Implement the ComparedTo function for the StudentType class.
CSC 240
Lab 2
Implement a Print function for the linked list version of the class UnsortedType.
Implement the ComparedTo function for the StudentType class.
Test these two implementation with the provided driver StudentTypeDriver.cpp and verify the following output:
Compare student1 to student1: 1
Compare student1 to student2: 0
Print list 0:
Name: Jim
Status: 2
Name: Ivan
Status: 1
Print list 1:
Name: Jim
Status: 2
Print list 2:
Name: Billy
Status: 0
Name: Jim
Status: 2
Print list 3:
Empty.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
