Question: Needing help with this question please. In Java, write a method where you enter numbers from the keyboard (positive only - validate) and store them
Needing help with this question please. In Java, write a method where you enter numbers from the keyboard (positive only - validate) and store them in a linked list. Write methods that return the maximum and minimum data value in a linked list. Write a method to order the linked list in ascending order. Write a method where you enter a number from the keyboard and insert it in the proper location in the ordered linked list. Write a method where you enter both positive and negative numbers from the keyboard (validate) and store them in a linked list. Write a method where you remove all the negative numbers from the linked list. Write a test main class that calls these methods and displays the results to the screen.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
