Your output will display only the applicant


A consulting firm is hiring a summer intern and has received 5 applications. The firm decided that only the applicants with a GPA of 3.25 or higher will be granted an interview. Develop a VB.NET application that includes arrays, loops, and IF statements to do the following.
a) This VB.NET application must have two array variables to store the applicants' names and GPAs. The five applicants' GPAs are 3.61, 3.22, 2.99, 3.75, and 3.40. Their names are Jane, John, Julia, Jim, and Janet, respectively.
b) Your VB.NET application should have at least one button and one text box control (you can also use a list box control, instead of a text box).
c) Your output will display only the applicant(s) to be interviewed (i.e., those whose GPAs are at least 3.25). Display each qualified applicant's array subscript number, name, and his/her GPA in your output. 
d) Your output must also display the number of applicant(s) being interviewed.
e) Format the output of your program as appropriate.
f) Make sure to develop your application such that it would still work even if the applicants' GPAs change or there are more than five applicants.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Your output will display only the applicant
Reference No:- TGS0118063

Expected delivery within 24 Hours