A function is a group of statements that together perform a task. Every C++ program has at least one function, which is main(), and all t...
Read More
Home / កូដ
Showing posts with label កូដ. Show all posts
Showing posts with label កូដ. Show all posts
កូដ Do While Loop
នេះជាកូដ Do while loop ក្នុង C++ #include<iostream> using namespace std; int main() { int x=0; do { cout<...
Read More
កូដ While Loop
នេះជាកូដ While Loop #include<iostream> using namespace std; int main() { int x=0; while (x<=9) { cout<...
Read More
កូដ For Loop
នេះជាកូដសរសេររកតំលៃពី ០ ដល់ ៩ ក្នុង C++ #include<iostream> using namespace std; int main() { int x; for (x=0;x<9;x++) c...
Read More
របៀបសរសេរកូដរកក្រលាផ្ទៃក្នុង Visual Basic!
អនុវត្តតាមនេះ Option Strict On Option Explicit On Module Module1 Sub Main() 'Rectangle Program ...
Read More
Subscribe to:
Posts
(
Atom
)