កូដ Do While Loop

នេះជាកូដ Do while loop ក្នុង C++

#include<iostream>
using namespace std;
int main()
{
int x=0;
do
{
cout<<"Count this value is 9:"<<endl;
x=x+1;
}
while (x <=8);
return 0;
}
Share on Google Plus

About usee

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment