Wap in cpp to display first 10 even number using do while loop July 19, 2009 #include<iostream.h>#include<conio.h>void main(){clrscr():int i;do{cout<<i<<endl;i=i+2;}while(i<=10)getch():} 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