Visual Basic I need to create an application that allows the user to enter five
ID: 3535966 • Letter: V
Question
Visual Basic
I need to create an application that allows the user to enter five test scores. It should be able to calculate and display the average score.
Use the following test data to determine if the application is calculating properly:
Test Scores Averages
Test Score 1: 85 Average: 86.60
Test Score 2: 90
Test Score 3: 78
Test Score 4: 88
Test Score 5: 92
----------------------------------
Test Score 1: 90 Average: 70.00
Test Score 2: 80
Test Score 3: 70
Test Score 4: 60
Test Score 5: 50
----------------------------------
Test Score 1: 100 Average: 82.2
Test Score 2: 92
Test Score 3: 56
Test Score 4: 89
Test Score 5: 74
Explanation / Answer
public class TestScores
10 { Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.