You need to write a function that performs multiplication of two numbers in your data structure. Again, remember how you multiply numbers in base 10 and you should be fine. Multiplication should automatically calculate the product of memory locations 1 and 2 and store the answer in memory location 3 (erasing previous data).