#include using namespace std; int main(){ int num1=0,num2=1,num3,i,n; cout<<"\nEnter the number of elements of Fibonacci Series : "; cin>>n; cout<