Question: In C++: Objective: Create a singly linked list of numbers based upon user input. Program logic: Ask for a number, add that number to the
In C++:
Objective: Create a singly linked list of numbers based upon user input.
Program logic:
Ask for a number, add that number to the front of the list, print the list.
Repeat until they enter -1 for the number.
.
Sample Input: 10, 15, 5, 2, 4, -1
Output: 4, 2, 5, 15, 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
