1. Construct a matrix to store 5 random draws of 10 numbers from a random normal distribution. Store each set of 10 numbers as a column.
2. Write the content of the above data frame into a text file "testfile.txt" in the current directory using the function "write.table" using the default values of the other arguments. Open this file with Excel.