Suppose you have available a pocket calculator that can multiply a four-figure number by a four-figure number and get the correct eight-figure answer. Devise an algorithm for multiplying two large numbers based on the classic algorithm, but using blocks of four figures at a time instead of just one. (if you like, think of it as doing your calculation in base 10000 arithmetic.