Computer Science, asked by Anand5300, 6 months ago

Write an algorithm for multiplication of two user desire numbers

Answers

Answered by IshalKhan008
0

Answer:

Algorithm to multiply two numbers in C:

1) Start

2) Accept Number one

3) Accept Number two

4) Multiply both the numbers

5) Print the result.

6) End

Answered by ishu8424
1

Answer:

Algorithm to multiply two numbers in C:

Start.

Accept Number one.

Accept Number two.

Multiply both the numbers.

Print the result.

End.

Similar questions