Write a VB program that: - reads the scores of 8 players of a video game and stores the values in an array. Assume that
Posted: Fri May 20, 2022 9:59 am
Write a VB program that:
- reads the scores of 8 players of a video game and
stores the values in an array. Assume that textboxes are available
on the form for reading the scores.
- computes and displays the average
score
- displays the list of scores below average in
lstScores.
- reads the scores of 8 players of a video game and
stores the values in an array. Assume that textboxes are available
on the form for reading the scores.
- computes and displays the average
score
- displays the list of scores below average in
lstScores.