Questions:
Create an array of numbers and take input from the user to add numbers to the array.
Keep adding numbers to the array in 1 until 0 is added to the array.
filter for numbers divisible by 10 from a given array.
Create an array of square of given number.
Use reduce to calculate factorial of a given number from an array of first n natural numbers ( n bring the numbers whose factorial needs to be calculated )