Board logo

標題: if...else 判斷式 [打印本頁]

作者: 葉桔良    時間: 2022-8-20 20:21     標題: if...else 判斷式

本帖最後由 葉桔良 於 2022-8-20 20:22 編輯

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {   
  6.     int score; //變數名稱與要做的事有一定程度的相關
  7.     cout<<"請輸入你的成績: ";
  8.     cin>>score;
  9.     if(score>=60)
  10.         cout<<"恭喜你及格了,給你糖吃!"<<endl;
  11.     else
  12.         cout<<"不及格!打屁股!"<<endl;
  13.     system("pause");
  14.     return 0;   
  15. }
複製代碼

作者: 陳銘均    時間: 2022-8-27 20:07

此帖僅作者可見
作者: 陳鼎智    時間: 2022-9-3 19:20

此帖僅作者可見




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