Multiply two big integers which don't fit into an built-in integer type. How would you represent big numbers as a data structure? Write the function to multiply two big integers.
Sigiloso
use two arrays to represent these two numbers and multiply the arrays to get the final answer