Program Average of 3 Numbers using Visual Basic 2008

I will explain about how the search program making the average value of 3 numbers using visual basic 2008. Average number obtained from the total amount of data divided by the number of data. Well, to make this program, make program design as shown below.

design visual basic 2008

 Then, double click on the Button1 with the label "Calculate", then enter the block code below:


Next, double click on Button2 with the label "Exit", then enter the block code below:


If it is finished, run the program, it will be as shown below.

result average

Previous
Next Post »