Please You need help with this... in C++
Write an OOP program to store integers into a linked list.
Add code so that the linked list sorted
Add a function so you can search for an integer
Have a function to ask the user for input.
Add a function to delete and integer
Have the ability to know/printout the count of the number of integers
Have a function to print out the array