Computer Science, asked by Charan12Teja34, 2 months ago

write an Algorithm and accept two number and display their product​

Answers

Answered by BrainlyProgrammer
5

START

ACCEPT TWO NUMBERS AND STORE IT IN THE VARIABLE A AND B

CALCULATE THE PRODUCT USING A*B AND STORE IT IN THE VARIABLE P

DISPLAY P

STOP

Answered by AllenGPhilip
2

Answer:

Explanation:

Step 1 : Start

Step 2 : Input A , B

Step 3 : C = (A * B)

Step 4 : Output C

Step 5 : Stop

Similar questions