In: Computer Science
C# Programming;
Create a Windows Form Application that displays a scrollable list of 10 random integers in the range of 1 to 100. The form should also have (1) an Add button (and input textbox) for the user to add a new number to the list, (2) a Delete button to delete the current selected integer, (3) a Sort button to sort the list, (4) a Reverse button to display the list in reverse order, and (5) Display Multiple (and input textbox) for the user to only display multiples of a particular input value from the list.
Can you help me with the instruction above to do the coding. can you give me example code for the instruction given.