Question: In RStudio, use while-loop to construct a Fibonacci sequence {F1,F2,F3,}, where F1=1,F2=1 and Fn=Fn1+Fn2 for n=3,4,. Stop the loop when Fn>10. Print out your Fibonacci

In RStudio, use while-loop to construct a Fibonacci sequence {F1,F2,F3,}, where F1=1,F2=1 and Fn=Fn1+Fn2 for n=3,4,. Stop the loop when Fn>10. Print out your Fibonacci sequence
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
