Computer Science, asked by diamond17, 6 months ago

write visual basic program multiply 2 number​

Answers

Answered by kpstarlight003
0

Explanation:

Create text boxes for your numbers.

  1. Type in a = Val(TextBox1. Text) and press ↵ Enter .
  2. Type in b = Val(TextBox2. ...
  3. Type in sum = (a + b) and press ↵ Enter .
  4. Type in Label4.
Similar questions
Math, 10 months ago