Computer Science, asked by sonibhumi151, 3 months ago

a program to print the multiplication of two numbers using LET Command.​

Answers

Answered by srenotanoob
1

Explanation:

START

CLS

LET A = 35

LET B= 40

PRINT A*B

END

Similar questions