Problem
Make a new Windows form type in VB.net
A. Declare an Array variable that can store 10 Student's Name assign initial values for 10 students'
B. Display all the array values in List Box
C. Add command button on your form with DISPLAY RECORD as Text
D. Add command button-
E. Display input box enter record Number from 1- 10
F. Display Student's name of the record number entered on the input box
G. Run your form
H. Take a picture of the code, design form, and running form