Saved Bookmarks
| 1. |
How to enter fibonacci series for n value of number |
|
Answer» Condition :for(int i=2;i First take the value of n numbers from the user then assign the value of n1=0,n2=1, then print n1 & n2 in the order .Then take the below condition......................................for(int i=2 ; i |
|