![]() ![]() | ![]() |
|
ปรับปรุง : 2564-07-13 (ปรับแฟ้ม) |
| datatype | TurboC | Programming |
#include <stdio.h>
#include <iostream>
using namespace std;
void main()
{
system("cls");
int count = 1;
do {
cout << count << count << count << "\n"; // 111
count++;
} while (count < 10);
getchar();
}
|
|
| "ไม่เริ่มต้นในวันนี้ จะไม่มีทางสำเร็จในวันพรุ่ง" โดย โยฮัน ว็อล์ฟกัง ฟ็อน เกอเทอ |