![]() ![]() | ![]() |
|
ปรับปรุง : 2564-07-13 (ปรับแฟ้ม) |
| datatype | TurboC | Programming |
// int, while<br>แสดงการทำซ้ำเพื่อพิมพ์ตัวเลขด้วย while
/* http://www.thaiall.com/tc */
#include <stdio.h>
#include <conio.h>
void main()
{
int i,j;
printf("Put integer :");
scanf ("%d",&i);
printf("\n========\n");
j = 0;
while (i > j)
{
printf("%d\n",++j);
}
getch();
} |
|
| "ไม่เริ่มต้นในวันนี้ จะไม่มีทางสำเร็จในวันพรุ่ง" โดย โยฮัน ว็อล์ฟกัง ฟ็อน เกอเทอ |