+ 2
How to write program in c++ to display a Fibonacci series of 15 terms
how to write this program
5 Answers
+ 1
in this code compiler show error to run it
+ 4
system("cls");//instead of clrscr()
in some old c++ conpiler
+ 3
#include <iostream> instead
bc iostream.h is not standard
after there void to int
+ 2
https://code.sololearn.com/cJ5u59ve52yc/?ref=app