Computer Science, asked by pcmandesk, 10 months ago

L write a program to find the product of the sum and difference between 17 and 2 using variable.

Answers

Answered by aratrika94
4

Answer:

CLS

LET A=17

LET B=2

LET U=A-B

PRINT"Difference between A & B"U

U=15

END

Similar questions