Project Arduino,C#,MATLAB,Python,C/C++
วันพุธที่ 16 พฤศจิกายน พ.ศ. 2559
C++ ตรวจสอบด้านประกอบเป็นสามเหลี่ยม
int a, b, c,max;
cout << "Enter triangle {a,b,c} : ";
cin >> a >> b >> c;
if (a > b)
max = a;
else
max = b;
if (c > max)
max = c;
if (max + max < a + b + c)
cout << "This is a triangle" << endl;
else
cout << "This is not a triangle" << endl;
ไม่มีความคิดเห็น:
แสดงความคิดเห็น
บทความใหม่กว่า
บทความที่เก่ากว่า
หน้าแรก
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น