write visual basic program multiply 2 number
Answers
Answered by
0
Explanation:
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