Solved !! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
28th Oct 2017, 9:27 AM
Rishabh
Rishabh - avatar
32 Answers
0
he he very funny !! DROP TABLE Forge Ice; He He !!
28th Oct 2017, 1:46 PM
Rishabh
Rishabh - avatar
+ 8
You wrote voulme instead of volume check that. Line #9
28th Oct 2017, 9:31 AM
Kartikey Sahu
Kartikey Sahu - avatar
+ 5
@Rashmi I'm in 12th
28th Oct 2017, 12:06 PM
Kartikey Sahu
Kartikey Sahu - avatar
+ 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
28th Oct 2017, 12:02 PM
Kartikey Sahu
Kartikey Sahu - avatar
+ 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.
28th Oct 2017, 12:04 PM
Kartikey Sahu
Kartikey Sahu - avatar
+ 4
There is a search bar given in Top-left of code section. Write keywords there e.g. Fibonacci
28th Oct 2017, 12:29 PM
Kartikey Sahu
Kartikey Sahu - avatar
+ 3
@Rashmi There is a lot of solution for this problem on SL. Just do a search in code section
28th Oct 2017, 11:54 AM
Kartikey Sahu
Kartikey Sahu - avatar
+ 3
@Rashmi I wonder if they give Fibonacci program at college level.
28th Oct 2017, 12:05 PM
Kartikey Sahu
Kartikey Sahu - avatar
+ 2
We all know that... @Rishabh Raj :D
28th Oct 2017, 11:13 AM
Isair Calhawk
Isair Calhawk - avatar
+ 2
Just a joke
28th Oct 2017, 11:16 AM
Isair Calhawk
Isair Calhawk - avatar
+ 2
@Rashi Click on { } tab, that's code section
28th Oct 2017, 12:02 PM
Kartikey Sahu
Kartikey Sahu - avatar
+ 1
Hey, thanks Yaar !!
28th Oct 2017, 9:32 AM
Rishabh
Rishabh - avatar
+ 1
write a c program by using Looping to print n numbers of Fibonacci series???
28th Oct 2017, 11:49 AM
Rashmi Sisodia
Rashmi Sisodia - avatar
+ 1
okk
28th Oct 2017, 12:09 PM
Rashmi Sisodia
Rashmi Sisodia - avatar
+ 1
in code section there r many solved program so how should I search the particular program that I wan to search for??
28th Oct 2017, 12:28 PM
Rashmi Sisodia
Rashmi Sisodia - avatar
+ 1
@immortal I'm using codeblocks IDE
28th Oct 2017, 1:25 PM
Rishabh
Rishabh - avatar
+ 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 !!
28th Oct 2017, 1:27 PM
Rishabh
Rishabh - avatar
+ 1
if I will not use conio.h it will give error!! @immortal
28th Oct 2017, 1:28 PM
Rishabh
Rishabh - avatar
+ 1
how did u do ds please tell me
28th Oct 2017, 1:40 PM
Rashmi Sisodia
Rashmi Sisodia - avatar
+ 1
@rishab
28th Oct 2017, 1:40 PM
Rashmi Sisodia
Rashmi Sisodia - avatar