Computer Science, asked by anjupandeymzp, 15 days ago

write an algorithm to multiply two numbers​

Answers

Answered by jangidgeeta340
0

Answer:

lol I don't know what you write i just need points lol

Answered by mayankdaiya23
1

Answer:

Algorithm to multiply two numbers in C:

Start.

Accept Number one.

Accept Number two.

Multiply both the numbers.

Print the result.

End.

Explanation:

Similar questions