Question
VB Programming Specs: Use Visual Basic Console App (.NET) to display an interactive command-line application program using Console.Write() and Console.ReadLine() that when executed, it would
VB Programming Specs: Use Visual Basic Console App (.NET) to display an interactive command-line application program using Console.Write() and Console.ReadLine() 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) store user's first and last names in String variables called FName and LName,4) use the For ... Next loop structure to ask the user to input 10 grades and store entered grades in an array called AGrades,5) use the Do While ... loop structure to add user's grades stored in the AGrades array and store the resultant total in a variable called GTotal,6) calculate user's average grade and store the result in a variable call GAverage,7) display user's first and last name,8) use the Do ... Untilloop structure to display user's grades stored in the AGrades array,9) display user's total grade, and10) display user's average grade. Note: Test your program using the following 10 grades for item 4, above: 100,93,85,77,60,59,41,36,23,12
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started