Programa en Visual Basic Promedios: Form1 Object Eventargs
This Visual Basic program calculates the average of values entered into text boxes. It defines arrays to store the values from different sets of text boxes. When the button is clicked, it loops through each array, sums the values, and calculates the average, displaying the results in separate text boxes. This allows the user to easily calculate averages of multiple data sets entered into the text boxes.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
29 views3 pages
Programa en Visual Basic Promedios: Form1 Object Eventargs
This Visual Basic program calculates the average of values entered into text boxes. It defines arrays to store the values from different sets of text boxes. When the button is clicked, it loops through each array, sums the values, and calculates the average, displaying the results in separate text boxes. This allows the user to easily calculate averages of multiple data sets entered into the text boxes.