For Loop
A
program
to display the following series ( i.e. Fibnocci Series ) :
0
1 1
2 3 5
8 13 21 34
55................n
where n is the limit of the series entered by the user.
![]() Elementary Programs |
|
![]() While Loop |