Input & Output Of C & C++ Programming
Home
Write a program that displays first n Fibonacci numbers.
Input :
How many prime
numbers
: 5
Output
:-
a[1] = 0
a[2] = 1
a[3] = 1
a[4] = 2
a[5] = 3
Input :
How many prime
numbers
: 3
Output
:-
a[1] = 0
a[2] = 1
a[3] = 1
Newer Post
Older Post
Home
Home