Write a project in vb to design a suitable form to add two numbers and display their sum
Answers
Answered by
1
create a vb form project
then,
type this program:
let a,b,c
print "Enter two numbers"
input a
input b
c=a+b
print c
then,
type this program:
let a,b,c
print "Enter two numbers"
input a
input b
c=a+b
print c
Similar questions
Science,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Economy,
1 year ago
History,
1 year ago
Math,
1 year ago