Project Arduino,C#,MATLAB,Python,C/C++
วันพุธที่ 9 พฤศจิกายน พ.ศ. 2559
C++ รับ input มา 1 ตัว เพื่อแสดงสูตรคูณ
int n;
cout << "Enter input : ";
cin >> n;
for (int i = 1; i < 13; i++)
{
cout << n << " x " << i <<" = "<<n*i<< endl;
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น
บทความใหม่กว่า
บทความที่เก่ากว่า
หน้าแรก
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น