Subject: Not So Simple Solution
Date: Wednesday, March 11, 1998 9:48 PM
Somebody help me?!?
I have spent 10 hours on this project with no progress. If you would be so
kind as to provide more assistance, I would be forever grateful. I'm lost in
the logic of this program, and it seems that the more time I spend on this
project, the more I get confused. I've completed the form, and have assigned
the properties. I completed the code, in (For/Next loops) for the controls,
and lbl2, and now I'm hung up on the Command1_Click event procedure.
The assignment reads like this:
In the Command1_Click event procedure, assign the clicked button's value to
the next judge's score. In other words, the first click is the score for
Judge 1 and replaces the caption in Label1(0). The next click provides the
scare for Judge 2, and so on.
When the score for Judge 5 is recorded, the program should automatically
calculate the average score and display it in the caption for Label4. The
score should be accurate to one decimal place. "Adapted from Spear & Spear"
Thank You,