Computer Science, asked by saanvijain11025, 4 days ago

algorithm to multiply two numbers

Answers

Answered by namitakk
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 naveednadeem13
0
Start
Three variables (x, y and and)
Conditions (multiplication)
Multiply ans = x * y
Then output ans

Similar questions