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 Make sure this project is written in Java and that it uses linked list, the answer will not be accepted if it doesn't fulfill either or. Also please ensure this is original work.
Get Free Quote!
307 Experts Online