วันพุธที่ 9 พฤศจิกายน พ.ศ. 2554

งานมอบหมายวันพฤหัสที่ 10 พ.ย. 54

1. ให้นักเรียนจด โปรแกรม การหาร ต่อไปนี้ ให้เรียบร้อย
โปรแกรม หารเลข
#include <stdio.h>
#include <conio.h>
int main(){
float number1,number2;
float total;
printf("Please Enter Number1 :");
scanf("%f",&number1);
printf("Please Enter Number2 :");
scanf("%f",&number2);
total = number1 / number2;
printf("Result is %10.2f",total);
getch();
}
2. ทำงานที่มอบหมายทุกอย่าง แล้วส่งสมุดไว้ที่ ห้อง 426
3. เขียนในตารางคะแนน วันที่ 10 พย 54 เรื่อง "การเขียนโปรแกรม"

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

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