Question: Write a window form application in C# to perform that perform the following: Let the user enter any number between (1- 10) and the program
Write a window form application in C# to perform that perform the following:
Let the user enter any number between (1- 10) and the program should create an array of numbers with the same size. The contents of this array will be displayed in a list box and their corresponding names in a combo box (example: 1 in list box will have corresponding name in the combo box one).
If the user select a number from the listbox, he will get a random number between 1 to (the selected number *2).
Your application should have:
- An error message if the user enter value out of range.
- Exit button.
- Clear button.
Manage your application by having a required buttons and use other controls (such as labels, checkbox, etc.,) as you need.
Submit your answer two by using two files:
1. .pdf file which has the code and the output screenshots for different outputs for each part.
2. an executable file for your code.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
