โปรแกรมสุ่มตัวเลข
-----------------------------------------------------------------
#include "stdio.h"
#include "stdlib.h"
#include "conio.h"
#include "time.h"
#include "math.h"
#include "windows.h"
#define textcolor(txt,back) SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), back*16+txt)
#define resetcolor() SetConsoleTextAttribute(GetStdHandle(STD_OUTPUT_HANDLE), 15)
main()
{
srand(time(NULL));
bool T=true;
int x;
int count=1;
int randomNumber1 = rand() % 100;
while(T)
{
textcolor(9,15);
printf("\n\n<count=%d>Guess the number 0-100 :",count);
resetcolor();
scanf("%d",&x);
if(x==randomNumber1)
{
textcolor(15,12);
printf("\n Bingo... ");
resetcolor();
T = false;
}
else if(x < randomNumber1)
printf("\n Less than... ");
else
printf("\n More Than... ");
count++;
}
getch();
}
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
วิชาออกแบบและเทคโนโลยี 1, 2 ปี 2567
0.1 ภาคเรียนที่ 2/2567 E-mail Address E-mail Address m.4/3 E-mail Address m.4/2 E-mail Address m.4/1 สมัครเข้ากลุ่ม CANVA PTD GROUP Emai...
-
0.1 ภาคเรียนที่ 2/2567 E-mail Address E-mail Address m.4/3 E-mail Address m.4/2 E-mail Address m.4/1 สมัครเข้ากลุ่ม CANVA PTD GROUP Emai...
-
หน้า 128 - 241 ..................................................................................................... ...
-
No. Name - Lname Blog Name Remark 1 นายปฏิพล ทีฆายุวัฒน์ http://espatipol.exteen.com 2 ...
ไม่มีความคิดเห็น:
แสดงความคิดเห็น