Computer Science, asked by gajindergulatipazajl, 1 year ago

write a program to find the sum of two value should be input for user and show the output

Answers

Answered by TheGM
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

gajindergulatipazajl: thanks
TheGM: You're welcome bro
gajindergulatipazajl: please solve next question
Similar questions