VB simple program to find sum and Average

 Find sum and Average of 3 numbers

Sample :



I can't show you complete code Directly so download full code from below .
Download the output  for the form (design).


Private Sub Command1_Click()
    sum.Text = Val(num1.Text) + Val(num2.Text) + Val(num3.Text)
    avg.Text = Val(sum.Text) / 3
End Sub

Full Code :
Output(sum&Avg.exe)

Full code(sum&Avg.doc)

Full project(sum&Avg.zip)

*Note Full project require Visual Basic 6.0