標題:
[作業] 四數中找出最大的數
[打印本頁]
作者:
tonyh
時間:
2014-11-15 11:53
標題:
[作業] 四數中找出最大的數
本帖最後由 tonyh 於 2014-11-22 10:37 編輯
[attach]1059[/attach]
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a, b, c, d, e, f, g;
cout<<"請依序輸入四個數: ";
cin>>a>>b>>c>>d;
e=(a>b)?a:b;
f=(c>d)?c:d;
g=(e>f)?e:f;
cout<<"四數中最大的數為: "<<g<<endl;
system("pause");
return 0;
}
複製代碼
作者:
謝瀞儀
時間:
2014-11-15 12:02
此帖僅作者可見
作者:
李知易
時間:
2014-11-15 21:17
此帖僅作者可見
作者:
梁和雋
時間:
2014-11-22 09:25
此帖僅作者可見
作者:
洪振庭
時間:
2014-11-22 10:26
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2