Code Example

// Project 2 // ================================================ // Design and write your data class // Test your code, include a test for delete // Write and test a client function DeleteLastItem // Write and test a member function DeleteLastItem // using linked list processing // Write and test a member function // PrintList(ostream &) // using linked list processing // ================================================ // File modifications: Donald Noyes // Date: 02/17/2021 // ================================================ // // // Create Code Here // // // // Donald Noyes // http://don.noyes.asia.wiki.org/view/code-template // ================================================