Write a Java class withthe following methods: Create(int value) – this method sh
ID: 3611556 • Letter: W
Question
Write a Java class withthe following methods:
Create(int value) – this method should create an integersingly list and return the head.
Add(int value) – this function should add a value in sortedorder (low to high) to the list
Remove(int value) to remove all the nodes with the value
GetLength() to get the length
Reverse () to reverse the list
Traverse() to print the list.
This Class should have amain function and in the main function, you should use all thefunctions and print the values to the screen after each function iscalled.
Explanation / Answer
Write a Java class withthe following methods: Create(int value) – this method sh
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.