Programming Homework Help

Programming Homework Help. KSU Visual Basic Test Average Scores Program

 

Design the following program on VB

1. Design a GUI and code for a program that will allow a user to enter three test scores. The program should then calculate the test average and display it. (20 points)

2. Include clearing the values when the user starts entering a new test score in the first text box, designating a default button, and using string concatenation and formatting to display the result. (20 points)

3. Include highlighting the text in the text boxes when the focus is received, testing the input for each test score to ensure that it is between 0 and 100, and disallowing any characters to be input except numbers and the period. (20 points)

4. Use the FormClosing event and a message box to determine if the user truly wants to close the form. (10 points)

5. Use a one-dimensional array to store the entered test scores, and then compute the average from the array. (10 points)

6. Add a button that will write the test scores and the average to a sequential file. (10 points)

7. Implement a class that calculates the average score of three test scores. (10 points)

https://we.tl/t-yKF87nxNT6 there are all powerpoints of Visual Basic.

Programming Homework Help