Computer Science, asked by djsnake8, 5 months ago

1.Write a program to find the product of two numbers.


CLS

INPUT"EnterFirstNumber"

,A

INPUT"EnterSecondNumber"

,B

LETP=A*B

PRINT"Product of the two numberis"

,P

END

OUTPUT

Enter First Number 12

Enter Second Number8

[P=12*8=96]

Product of the two number is 96

please ans properly ​

Answers

Answered by rajurai20102005
1

Explanation:

you have written the format it's properly arranged

Similar questions