標題:
if...else 判斷式
[打印本頁]
作者:
tonyh
時間:
2018-7-11 11:25
標題:
if...else 判斷式
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績: ";
cin>>score;
if(score>=60)
{
cout<<"恭喜你! 及格了!"<<endl;
}else
{
cout<<"不及格~ 斬!"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
楊道軒
時間:
2018-7-11 11:42
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績: ";
cin>>score;
if(score>=60)
{
cout<<"恭喜你! 及格了!"<<endl;
}else
{
cout<<"不及格~太好囉 !繼續保持"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
陳子睿
時間:
2018-7-11 11:43
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績: ";
cin>>score;
if(score>=60)
{
cout<<"恭喜你! 及格了!"<<endl;
}else
{
cout<<"不及格~ 斬!"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
陳苡睿
時間:
2018-7-11 11:44
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績: ";
cin>>score;
if(score>=60)
{
cout<<"恭喜你! 及格惹!"<<endl;
}else
{
cout<<"不及格~ 斬斬斬!"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
王箴宓
時間:
2018-7-11 11:45
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績: ";
cin>>score;
if(score>=60)
{
cout<<"恭喜你! 及格了!"<<endl;
}else
{
cout<<"不及格~ 斬!"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
李祺閎
時間:
2018-7-11 11:45
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績: ";
cin>>score;
if(score>=60)
{
cout<<"恭喜你! 及格了!"<<endl;
}else
{
cout<<"不及格~ 斬!"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
蔡昀蓁
時間:
2018-7-11 11:45
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績:";
cin>>score;
if(score>=60)
{
cout<<"恭喜你! 及格了!"<<endl;
}else
{
cout<<"不及格~ 斬!"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
王秉淳
時間:
2018-7-11 11:46
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績: ";
cin>>score;
if(score>=60)
{
cout<<"棒棒!恭喜你及格了!"<<endl;
}else
{
cout<<"不及格嗎!我打你喔!"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
鄭宇辰
時間:
2018-7-11 11:46
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績: ";
cin>>score;
if(score>=60)
{
cout<<"恭喜你! 及格了!"<<endl;
}else
{
cout<<"不及格~太好囉 !繼續保持"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
郭丞馨
時間:
2018-7-11 11:47
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績: ";
cin>>score;
if(score>=60)
{
cout<<"恭喜你! 及格了!"<<endl;
}else
{
cout<<"不及格~ 斬!"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
蔡承育
時間:
2018-7-11 11:47
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績: ";
cin>>score;
if(score>=60)
{
cout<<"恭喜你! 及格了!"<<endl;
}else
{
cout<<"不及格~ 斬!"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
劉冠伶
時間:
2018-7-11 11:48
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績:";
cin>>score;
if(score>=60)
{
cout<<"不錯喔!及格了!";
} else
{
cout<<"這樣不行,再加油!";
}
system("pause");
return 0;
}
複製代碼
作者:
楊侍穎
時間:
2018-7-11 11:49
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"please report your score: ";
cin>>score;
if(score>=60)
{
cout<<"congraduations!you'd passed!'"<<endl;
}else
{
cout<<"hey!you're a dumb idiot'"<<endl;
}
system("pause");
return 0;
複製代碼
作者:
葉辰卉
時間:
2018-7-11 11:51
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績:";
cin>>score;
if(score>=)
{
cout"不錯喔!及格了"<<endl;
}else
{
cout<<"唉...不及格,加油喔!"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
梁朝凱
時間:
2018-7-11 12:09
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績: ";
cin>>score;
if(score>=90)
{
cout<<"恭喜你!!!不用被打了!!!"<<endl;
}else
{
cout<<"不及格~ 打! "<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
葉辰卉
時間:
2018-7-12 10:21
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a,b;
cout<<"請輸入a:";
cin>>a;
cout<<"請輸入b:";
cin>>b;
cout<<"a="<<a<<endl;
cout<<"b="<<b<<endl;
if(a>b)
cout<<"a大於b"<<endl;
else if(a<b)
cout<<"a小於b"<<endl;
else
cout<<"a等於b"<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2