Question: C++ , programming 1 Exercise#1 : Fibonacci Series and the Golden Ratio Write a program that prompts the user to enter an integer n. The
Exercise#1 : Fibonacci Series and the Golden Ratio Write a program that prompts the user to enter an integer n. The program then displays the first n-1 terms of Fibonacci series and the golden ratio Fibonacci series: A series of numbers in which each number ( Fibonacci number) is the sum of the two preceding numbers, for instance 1, 1, 2, 3, 5, 8, 13, 21, 34, The golden ratio is the limit of the series 1/1, 2/1, 3/2, 5/3, 8/5, 13/8, 21/13, 34/21,.... Add the following to the main) program #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
