Computer Science, asked by hemajain0333, 9 hours ago

Algorithm to find product of two numbers.: with steps​

Answers

Answered by sakeenabanu112
0

Answer:

Algorithm to multiply two numbers in C:

Start.

Accept Number one.

Accept Number two.

Multiply both the numbers.

Print the result.

End.

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