#include main() { int n; cout<<"Enter the Number:"; cin>>n; for(int i=1,j=1;j<=n;i+=2,j++) { if(i==1) cout<
C
C_Vivek Arya
@C_Vivek Arya
#include main() { int n; cout<<"Enter the Number:"; cin>>n; for(int i=1,j=1;j<=n;i+=2,j++) { if(i==1) cout<