18:02 do...while example | |
#include <iostream> using namespace std; int main() { long a; do{ cout<<"Enter Number (0 to end): "; cin>>a; cout<<"You Entered: "<<a<<endl; }while(a>0); return 0; } | |
|
Total comments: 0 | |
Site menu
Section categories
Search
Our poll
Statistics
Total online: 1 Guests: 1 Users: 0 |
Main » 2011 June 10 » do...while example
|