Computer Fundamental
วันอาทิตย์ที่ 13 กันยายน พ.ศ. 2558
multiplication_table_lab4
void setup(){
multiplication_table(2);
}
void multiplication_table(int num){
int count=0;
while(count<12){
count++;
println(num+" * "+count+" = "+num*count);
}
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น
บทความใหม่กว่า
บทความที่เก่ากว่า
หน้าแรก
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น