Quick problem - return current element in linked list (one line of code)In main: List L2; lines to store values As soon as my tests in main hits " cout << L2.current(...
Quick problem - return current element in linked list (one line of code)Class definition: [code] class List { private: struct Node { ...
Small problem with adding a decimal to an answerTry this put this at top #include <iomanip> cout << "Enter the temperature in degrees Fahrenheit: ...
Simple multiple choice question; Assignment OperatorThank you so much.
Simple multiple choice question; Assignment OperatorThey are practice questions for my final tomorrow. what about 2 and 3?