標題:
if...else 判斷式
[打印本頁]
作者:
蔡昀儒
時間:
2019-8-23 10:02
標題:
if...else 判斷式
本帖最後由 蔡昀儒 於 2019-8-23 16:01 編輯
[attach]6989[/attach]
#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;
}
複製代碼
作者:
李泓寬
時間:
2019-8-23 10:09
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a=52;
if(a>60)
{
cout<<"恭喜你 好棒棒";}
else
{
cout<<("你爛死ㄌ 嫩");}
system("pause");
return 0;
}
複製代碼
作者:
古紹辰
時間:
2019-8-23 10:10
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a=45;
if (a>=60)
{cout<<"恭喜及格";}
else{cout<<"不及格";}
system("pause");
return 0;
}
複製代碼
作者:
周孫印
時間:
2019-8-23 10:10
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
"報上你的成績: ";
score;
if(score>=60)
{
cout<<"恭喜你!!"<<endl;
}else
{
cout<<"不及格"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
邱琦富
時間:
2019-8-23 10:11
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a=71
if(a>60)
{
cout<<"及格";}
else
{
cout<<"母湯";}
system("pause");
return 0 ;
}
複製代碼
作者:
張書睿
時間:
2019-8-23 10:11
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int A=45 ;
if (a>=60)
{
cout<<"恭喜及格">>
else
{
cout<<"不及格">>
system("pause");
return 0 ;
}
複製代碼
作者:
黃祈瑋
時間:
2019-8-23 10:12
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a=45;
if (a>=60)
{cout<<"恭喜及格";}
else{cout<<"不及格";}
system("pause");
return 0;
}
複製代碼
作者:
李穎俊
時間:
2019-8-23 10:13
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a=52;
if(a>60)
{
cout<<"恭喜你 好棒棒";}
else
{
cout<<("恭喜你考零分");}
system("pause");
return 0;
}
複製代碼
作者:
高湘庭
時間:
2019-8-23 10:15
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a=82;
if(a>=57)
{
cout<<"及格了好棒棒";}
else
{cout<<"你竟然輸我,哈哈";}
system("pause");
return 0;
}
複製代碼
作者:
劉芊函
時間:
2019-8-23 10:15
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a=85;
if (a>60)
{
cout<<"恭喜";}
else
{
cout<<"不及格";}
system("pause");
return 0;}
複製代碼
作者:
周瑋杰
時間:
2019-8-23 10:16
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a=87;
if(a>=60)
{cout<<"恭喜及格";}
else
{cout<<"恭喜不及格";}
system("pause");
return 0;
}
複製代碼
作者:
高興
時間:
2019-8-23 10:16
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int a=10;
if (a<60)
{
cout<<"太勵害了";}
else
{cout<<"太爛了";}
system("pause");
return 0;
複製代碼
作者:
蕭浚宇
時間:
2019-8-23 10:19
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a=200;
if (a>61)
{
cout<<"及格";}
else
{
cout<<" 不及格";}
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2