標題:
if...else if...else 判斷式
[打印本頁]
作者:
陳品肇
時間:
2018-9-14 15:41
標題:
if...else if...else 判斷式
[attach]4766[/attach]
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上成績: ";
cin>>score;
if(score==100)
cout<<"滿分!"<<endl;
else if(score>=60 && score<100)
cout<<"及格了!"<<endl;
else if(score>0 && score<60)
cout<<"不及格!打屁股!"<<endl;
else if(score==0)
cout<<"鴨蛋!去吃大便吧~~"<<endl;
else
cout<<"亂來~ 斬!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
楊侍穎
時間:
2018-9-15 10:41
此帖僅作者可見
作者:
田宇任
時間:
2018-9-15 10:47
此帖僅作者可見
作者:
湯郡一
時間:
2018-9-15 10:48
此帖僅作者可見
作者:
鄭元富
時間:
2018-9-26 18:39
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2