Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access with AI-Powered 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

Managerial Economics and Business Strategy

Authors: Michael R. baye

7th Edition

978-0073375960, 71267441, 73375969, 978-0071267441

Students also viewed these General Management questions

Question

Am I surfing to avoid feelings of loneliness, stress, or a nger?

Answered: 1 week ago