#include<stdio.h>
main()
{
int a,b,c;
printf("plaese Enter number 1:");
scanf("%d",&a);
printf("plaese Enter number 2:");
scanf("%d",&b);
printf("plaese Enter number 3:");
scanf("%d",&c);
printf("%d,%d,%d",a,b,c);
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น