numbers from 10 to 1 are displayed...
Select To use this code as it is.. select and copy paste this code into code.cpp file :)
- #include<iostream.h>
- #include<conio.h>
- void main()
- {
- clrscr();
- for(int i=10;i>0;i--)
- //Coding by: Snehil Khanor
- //http://WapCPP.blogspot.com
- { cout<<i;
- cout<<"\n";
- }
- getch();
- }
0 comments:
Post a Comment