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
1
Explanation:
you have written the format it's properly arranged
Similar questions