วันอาทิตย์ที่ 20 มกราคม พ.ศ. 2556

#include<stdio.h>
main()
{
int Age=16;
float Weight42.00;
char Name[100]="janjera neamsong";
char Subject[100]="computer";

printf("Age . is %d \n",Age);
printf("Weight: %.2f \n",Weight);
printf("Name is %s \n",Name);
printf("Subject is %s \n",Subject);
}

ไม่มีความคิดเห็น:

แสดงความคิดเห็น