write a program in visual basic to input two integer number using text boxes. Also calculate sum of two integer number.
Answers
Answered by
0
Answer:
This wikiHow teaches you how to create a simple Visual Basic program that allows you to find the sum of two numbers.
...
Create text boxes for your numbers.
Type in a = Val(TextBox1. Text) and press ↵ Enter .
Type in b = Val(TextBox2. ...
Type in sum = (a + b) and press ↵ Enter .
Type in Label4.
Similar questions