pls help me with this assignment
ala carte multipliccation
I need to write algorithm and pseudo code for ala carte multiplication
Procedure is as follows
Note:First number is smaller than the second one.
981 1234(divide smaller number by 2 till u get 1 and larger number as many times as the first number,consider all the odd numbers from first set and pick the numbers corresponding to those odd numbers from set 2.Finally add all odd numbers to get the product)
490 2468
245 4936
122 9872
61 19744
30 39488
15 78976
7 157952
3 315904
1 631808
add 1234+4936+19744+78976+157952+315904+631808=1210554