Board logo

標題: [作業] 四數中找出最大的數 [打印本頁]

作者: tonyh    時間: 2014-11-15 11:53     標題: [作業] 四數中找出最大的數

本帖最後由 tonyh 於 2014-11-22 10:37 編輯

[attach]1059[/attach]
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int a, b, c, d, e, f, g;
  7.     cout<<"請依序輸入四個數: ";
  8.     cin>>a>>b>>c>>d;
  9.     e=(a>b)?a:b;
  10.     f=(c>d)?c:d;
  11.     g=(e>f)?e:f;
  12.     cout<<"四數中最大的數為: "<<g<<endl;  
  13.     system("pause");
  14.     return 0;
  15. }
複製代碼

作者: 謝瀞儀    時間: 2014-11-15 12:02

此帖僅作者可見
作者: 李知易    時間: 2014-11-15 21:17

此帖僅作者可見
作者: 梁和雋    時間: 2014-11-22 09:25

此帖僅作者可見
作者: 洪振庭    時間: 2014-11-22 10:26

此帖僅作者可見




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2