write a program to find the sum of two value should be input for user and show the output
Answers
Answered by
1
Dim a,b,c as integer
a = Textbox1.txt
b = Textbox2.txt
c = a+b
Msgbox(" The Sum of the 2 numbers is " & c)
This is a program for Visual Basic
Hope it helps you out
a = Textbox1.txt
b = Textbox2.txt
c = a+b
Msgbox(" The Sum of the 2 numbers is " & c)
This is a program for Visual Basic
Hope it helps you out
gajindergulatipazajl:
thanks
Similar questions