Input :
Enter how many numbers, n = 5
Output :-
0 1 1 2 3
//////////////////////////////////////////////////////////////////////////////////////////////
Input :
Enter how many numbers, n = 7
Output :-
0 1 1 2 3 5 8
//////////////////////////////////////////////////////////////////////////////////////////////
Input :
Enter how many numbers, n = 3
Output :-
0 1 1
//////////////////////////////////////////////////////////////////////////////////////////////