Visual Basic - - Create an application that allows the user to enter the names o
ID: 640986 • Letter: V
Question
Visual Basic - -
Create an application that allows the user to enter the names of three runners and the time it took each of them to finish a race. The application should display who came in first, second, and third place. For simplicity, you can assume that the three runners will never have exactly the same finishing time.
The Clearbutton should clear all text boxes and calculated labels. The Exitbutton should close the form. Include the following input error checking: No runner name can be blank, and finishing times must be both numeric and positive.
Use the following test data to determine if the application is calculating properly:
Names and Times John, 87 seconds
Carol, 74 seconds
Shelly, 94 seconds
Thanks!
Explanation / Answer
Form1.Designer.Vb
Form1.vb
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.