From Meng Vannara
Tuesday, May 30, 2017
Do While Show
#include<iostream>
using namespace std;
int main()
{
int n,i;
cout <<"Enter Number: ";
cin>>n;
i=1;
do
{
cout <<"Excecut "<<i<<" Time\n";
i++;
}while (i<=n);
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment