algorithm to multiply two numbers
Answers
Answered by
0
Explanation:
Most everyone learns to multiply the same way. We stack two numbers, multiply every digit in the bottom number by every digit in the top number, and do addition at the end. If you're multiplying two two-digit numbers, you end up performing four smaller multiplications to produce a final product
Answered by
0
Start
Three variables (x, y and and)
Conditions (multiplication)
Multiply ans = x * y
Then output ans
Three variables (x, y and and)
Conditions (multiplication)
Multiply ans = x * y
Then output ans
Similar questions