Need C# Due by the 10th and C++ due by the 11th. C# assignment is Choose one of the two programs below to submit.
Program 1:
Program 2:
Deliverables
You should submit the following:
Your entire Visual Code (or your preferred IDE’s) project folder (zipped).
A word document with your code pasted in it (if there are more than 1 file in your folder with your code, make sure you name the files accordingly.
Screenshots of your GUI at run time (after you hit “run” at your IDE). VERY IMPORTANT: PLEASE SUBMIT THE SCREENSHOTS AS SEPARATE FILES, NOTINSIDE THE ZIPPED PROJECT FOLD. And C ++ assignment is Question 4:By using the doubly linked list class provided (dobulyLinkedList.h), write a C++ code to;
Ask the user to enter a list of positive integers ending with -999.
Insert those positive integers into the list.
Print the positive integers in ascending order.
Print the positive integers in descending order.
Ask the user to enter an item to be deleted.
Print the list after deleting the item.
Ask the user to enter an item to be searched.
Print the message if the item was found in the list.