កូដ For Loop

នេះជាកូដសរសេររកតំលៃពី ០ ដល់ ៩ ក្នុង C++

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

About usee

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment