Computer Science, asked by saanvijain11025, 4 days ago

Algorithm for multiplying two numbers.

Answers

Answered by chandan9427singh
0

Hi pal ,

Here is your answer :

A simple algorithm for multiplying two number is:

If two numbers are X and y, add x y times and y x times . Example-2*3=2+2+2 or 3+3

i.e 6.

Similar questions