Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Essentials of Management

Authors: Andrew J. DuBrin

9th Edition

538478233, 2900538478235, 978-0538478236

More Books

Students also viewed these General Management questions