Question 1: Write a program called Product1ToN to compute the product of integers 1 to 10 (i.e., 1×2×3×...×10). Try computing the product from 1 to 11, 1 to 12, 1 to 13 and 1 to 14.
Question 2: Screenshot with the results and always follow the convention to write your name.
Question 3: Write a program called TimeTable to produce the multiplication table of 1 to 9 as shown using two nested for-loops: Screen shot code and result.
Question 4: Modify the program of task 3 to print the multiplication table of 1 to 12. Screenshot code and results
Question 5: Write a report comparing your lyric program with the design discussed in lecture. Including the modifications you can do in your program. Discuss the advantages of using methods in your code.