Wap in cpp to print ist 10 odd number July 19, 2009 #include<iostream.h>#include<conio.h>void main(){ int I;For(i=1;i<=10;i++){If(i%2 ! = 0){cout<<i<<endl;}}} Share Get link Facebook X Pinterest Email Other Apps Labels C++ readymade programs Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment
If You Like The Post Or want to Add Something More
then feel free to comment