經安全檢測,此網站為安全網站,請放心前往原始網址!

hitmill.com - C++ For Loop Tutorial

// Beginning Students // Code Example: // Counting From 0 To 10 #include using namespace std; void main() { // declare a variable int i; for(i= 0; i 11; i++) cout i endl;} /* This opens the comment: This is the generated output: 0 1 2 3 4 5 6 7 8 9 10

www.hitmill.com

網址安全性掃描由 google 提供