Monday, 4 November 2019

Write a program in basic to find product and difference of any two constant numbers.
CLS
Let A =50
Let B = 60
P = A*B
D = A-B
PRINT "Product of two number=";P
PRINT "Product of two number=";D
END

No comments:

Post a Comment