a. Create a function called Factorial. It should use a for loop to find the factorial of any input. It should return the result.
b. Create a program that rolls two dice. It should roll these dice multiple times to find the probability of having the sum of the rolls add to 7. You should use a loop to roll the dice and use a counter to keep track of how many times they add to seven.
c. Create an array that is of size 10. It should be filled with the number 1. Output your array to the console.