Question: Write a Pep/9 program to receive an integer x, and display x number of values in fibonacci series. Each value in Fibonacci series is a
Write a Pep/9 program to receive an integer x, and display x number of values in fibonacci series. Each value in Fibonacci series is a sum of two previous values, and it starts by 0 and 1. Sample input: 8
Output: 0 1 1 2 3 5 8 13
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
