Prompt the user to enter the first two numbers in a Fibonacci sequence and the total number of elements requested for the sequence. Find the sequence and store it in an array by using a for loop.
Now plot your results on a polar graph.
Use the element number for the angle and the value of the element in the sequence for the radius.