Question: Write Code In Visual Basic Create an application that accepts one or more scores from the user. Each time a score is added, the score
Write Code In Visual Basic
Create an application that accepts one or more scores from the user. Each time a score is added, the score total, score count, minimum score, maximum score and average score are calculated and displayed.
Incorporate the following features:
DONT USE AN ARRAY You dont need one
Your application should not crash, so make sure the user inputs valid data. I.e., the Score input cannot be text.
After you process the addition of the score, tell VB to Clear the Score Textbox, and move the cursor back to the score textbox to make it easier to enter the next number.
The Enter key should be equivalent to hitting the Add button
The Escape key should be equivalent to hitting the Exit button.
Add comments at the top of each subroutine.
Show the average to 2 decimal places.
Have a button that will clear all the values
Add color to the form

Accumulate Scores Pelc Score Total: Score Count: Minimum Score Maximum Score Average Score Clear ScoresExit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
