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