in visual studio
Create a windows forms app that has the following controls:
- Button: when clicked it prompt the user to enter data. The datais entered through a for loop displaying two inputboxes: one forfirst name, one for a GPA. Assume the max number of entries perperson is 50.
- Button: when clicked displays the average GPA.
- Button: when clicked displays the number of students with aboveaverage GPA.
- Button: when clicked asks for a name, and displays that GPA.(Optional: If two students have the same last name, display bothstudents data.) Use a function named search to receive the array tobe searched, and returns the index where
OROR