Visual Studio Create Windows Forms App Following Controls Button Clicked Prompt User Enter Q37171712

in visual studio

Create a windows forms app that has the following controls:

  1. 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.
  2. Button: when clicked displays the average GPA.
  3. Button: when clicked displays the number of students with aboveaverage GPA.
  4. 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
    OR
    OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.