Question: VB Programming Assignment 3 Specs: Use Visual Basic to write interactive application program using MsgBox() and InputBox() that when executed, it would 1) ask the

VB Programming Assignment 3 Specs:Use Visual Basic to write interactive application program using MsgBox() and InputBox() that when executed, it would 1) ask the user to input user's first name, 2) ask the user to enter user's last name, 3) ask the user to enter user's student ID number, 4) store user's first and last names and student ID number in variables FName, LName, and IDnum, 5) ask the user to input 12 assignment grades, and use the Do ... Until loop structure to store the data in an array called AGrades pending result of the following:a) if the entered data is integer, then store the entered data in an array called AGrades;b) if the entered data is not integer, ask user to enter integer data and repeat step 5 until an integer value is entered, 6) use the For ... Next loop structure to add grades stored in the AGrades array and store the resultant total in a variable called GTotal, 7) calculate and round the average grade, and store the result in a variable called GAverage, 8) display a message containing string "Hello " and user's first and last name and "Student ID#: " and user's student ID number and "Below are your assignment grades: " 9) use the Do ... Whileloop structure to display user's grades stored in the AGrades array,10) display a message containing string "Your semester total grade is: " and user's total grade,11) display a message containing string "Your Semester average grade is: " and user's rounded average grade,12) use Select Case to determine user's letter grade and display a message containing string "Your semester letter grade is: " and user's letter grade based on user's average grade (90-100:A, 80-89: B, 70-79:C, 60-69:D, 0-59 F),

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related General Management Questions!