Answer the following questions and also justify your answers with appropriate examples
Question 1: display the complete Fibonacci sequence until u reach a value less than or equal one million
Question 2: display the count of how many numbers are in that sequence between 1 and 1000000
Question 3: display (or emphasize in the display of step#1) all the numbers that are part of fabonocci sequence below 1000000 whose square root is a whole number.
Question 4: display how many numbers are satisfy the two conditions of step #3
Question 5: starting with the second number of sequence display the division of the number by the previous one for the complete sequence.
Please help with five questions and show the Fibonacci sequence and also justify the answer.