เทคโนโลยีสารสนเทศ
วันพฤหัสบดีที่ 3 มกราคม พ.ศ. 2556
แบ
บ
ฝึ
ก
หั
ด
ข้
อ
ที่
1
#include<stdio.h> main()
{
int a,b,sum;
printf("plaese Enter number
1:")
;
scanf("%d",&a);
printf("plaese Enter number
2:")
;
scanf("%d",&b);
sum=a*b;
printf("%d*%d is %d",a,b,sum);
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น
บทความใหม่กว่า
บทความที่เก่ากว่า
หน้าแรก
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น