Monday: Write a program that takes two large positive numbers (of up to 100 digits) as input and outputs their multiplication. Your program must be properly commented and indented. Before writing the program, write down the outline of your approach including the data structure used. Submit this separately as a text file. The distribution of marks (out of 10) is as follows: 6 marks for working program, 2 marks for comments and formatting, 2 marks for approach and data structure details.