+ 1
Solved !!
32 odpowiedzi
0
he he very funny !!
DROP TABLE Forge Ice; 
He He !!
+ 8
You wrote voulme instead of volume check that.
Line #9
+ 5
@Rashmi I'm in 12th
+ 4
#include <iostream>
using namespace std;
int main() {
   int n;
   cin >> n;
   int x=0, y=1, t=0;
   cout<<x<<" "<<y<<" ";
   while (n>2) {
     t = x+y;
     x = y;
     y = t;
     cout << y << " ";
     n--;
   }
   return 0;
}
@Rashmi
+ 4
@Rashmi Stop saying me sir. I'm your junior
Do C++ course on SL and download some C++ ebooks from http://index-of.es/
You can watch some videos on YouTube too.
+ 4
There is a search bar given in Top-left of code section. Write keywords there e.g. Fibonacci
+ 3
@Rashmi There is a lot of solution for this problem on SL. Just do a search in code section
+ 3
@Rashmi I wonder if they give Fibonacci program at college level.
+ 2
@Rashi Click on { } tab, that's code section
+ 1
Hey, thanks Yaar !!
+ 1
write a c program by using Looping to print n numbers of Fibonacci series???
+ 1
okk
+ 1
in code section there r many solved program so how should I search the particular program that I wan to search for??
+ 1
@immortal I'm using codeblocks IDE
+ 1
@Rashmi We also don't have programming background but I have completed c, c++ and SQL only in 3 months.We also didn't have studied this in 12th !!
+ 1
if I will not use conio.h it will give error!! @immortal
+ 1
how did u do ds please tell me
+ 1
@rishab
+ 1
@Rashmi watch YouTube video tutorial and practice on your PC , the more you practice the better programmer you will be !!
0
I'm so stupid !!



