Wyo VB Ch4Proj2 |
Write a program that allows the user to enter a sequence of test scores individually through a text box. Do not allow the user to input test scores over 100 or less than -1. When the user enters the sentinel value -1, the text box and its associated Submit button must disappear. The following buttons must also be present to allow the user to perform the following statistics after he/she has inputted all of his/her test scores. The Sum button computes and displays the sum of all
points earned on all tests You must have a File/Exit menu command and include
a menu named Statistics with the following submenu commands: You must use a module-level array to store all of the test scores and you must efficiently use loops to compute all statistics. You should also use call statements and your own methods where approriate if it is possible to reuse any of your code. Preconditions:
Your program must follow standard Windows conventions as well as our school's Visual Basic Coding Standards. Name your project Ch4Proj2. Staple your printouts in the following order:
|