កូដ While Loop

នេះជាកូដ While Loop

#include<iostream>
using namespace std;
int main()
{
int x=0;
while (x<=9)
{
cout<< x <<endl;
x =x+1;
}
return 0;
}
Share on Google Plus

About usee

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment