កូដ While Loop កូដ Edit នេះជាកូដ 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 Facebook Share on Twitter Share on Google Plus About usee RELATED POSTS What is function in C++???កូដ Do While Loop
0 comments:
Post a Comment