返回列表 發帖

if...else 判斷式

本帖最後由 王瑞喻 於 2020-7-25 19:39 編輯

  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.     {
  11.         cout<<"恭喜你及格了,給你糖吃!"<<endl;
  12.     }
  13.     else
  14.     {
  15.         cout<<"不及格! 打屁股!"<<endl;
  16.     }
  17.     system("pause");
  18.     return 0;
  19. }
複製代碼
Su Wa

  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.     {
  11.     cout<<"恭喜你及格,給你糖吃!"<<endl;
  12.     }
  13.     else
  14.     {
  15.     cout<<"不及格!打屁股!"<< endl;   
  16.     }
  17.     system ("pause");
  18.     return 0;
  19. }
複製代碼

TOP

  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.     {
  11.        cout<<"恭喜你及格了,給你糖吃!";
  12.     }
  13.     else
  14.     {
  15.         cout<<"不及格!打屁股!";
  16.     }
  17.     system("pause");
  18.     return 0;
  19. }
複製代碼

TOP

  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.     {
  11.     cout<<"恭喜你及格,給你糖吃!"<<endl;
  12.     }
  13.     else
  14.     {
  15.     cout<<"不及格!打屁股!"<< endl;   
  16.     }
  17.     system ("pause");
  18.     return 0;
  19. }
複製代碼

TOP

  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.     {
  11.                  cout<<"恭喜你及格,給你糖吃!"<<endl;
  12.     }
  13.     else
  14.     {
  15.                  cout<<"不及格!打屁股!"<< endl;   
  16.     }
  17.     system ("pause");
  18.     return 0;
  19. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int x;  //分數
  7.     cout<<"請輸入你的成績: ";
  8.     cin>>x;
  9.     if(x>=60)
  10.     {
  11.         cout<<"恭喜你及格了!給你糖吃!"<<endl;
  12.     }
  13.     else
  14.     {
  15.         cout<<"不及格!打屁股!"<<endl;
  16.     }
  17.     system("pause");
  18.     return 0;
  19. }
複製代碼

TOP

  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.     {
  11.                  cout<<"恭喜你及格了!";

  12.     }
  13.     else
  14.     {
  15.         cout<<"不及格?!真糟糕!";
  16.     }
  17.     system ("pause");
  18.     return 0;
  19. }
複製代碼

TOP

  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.     {
  11.     cout<<"恭喜你及格,給你糖吃!"<<endl;
  12.     }
  13.     else
  14.     {
  15.     cout<<"不及格!打屁股!"<< endl;   
  16.     }
  17.     system ("pause");
  18.     return 0;
  19. }
複製代碼

TOP

  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.       {
  11.       cout<<"恭喜你及格了,給你糖吃"<<endl;     
  12.       }
  13.       else
  14.       {
  15.       cout<<"不及格,打屁股"<<endl;     
  16.       }
  17.       system("pause");
  18.       return 0;
  19. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.           int score;
  7.           cout<<"Insert your score: ";
  8.           cin>>score;
  9.           if (score>=60)
  10.           {
  11.               cout<<"Congrats, you've passed!"<<endl;
  12.           }
  13.           else
  14.           {
  15.               cout<<"You didn't pass!"<<endl;
  16.           }
  17.           system("pause");
  18.           return 0;
  19. }
複製代碼

TOP

  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int x ; //分數
  7.     cout<<"請輸入你的成績:";
  8.     cin>>x;
  9.     if(x>=60)
  10.     {
  11.        cout<<"恭喜你及格了,給你糖吃!";     
  12.     }
  13.     else
  14.      {
  15.        cout<<"不及格!打屁股!";
  16.      }
  17.      system("pause");
  18.      return 0;                              
  19. }     
複製代碼

TOP

  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.     {
  11.      cout<<"恭喜你及格"<<endl;
  12.     }
  13.     else
  14.     {
  15.      cout<<"不及格,再努力"<<endl;
  16.     }
  17.     system("pause");
  18.     return 0;   
  19. }
複製代碼

TOP

  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.     {
  11.         cout<<"恭喜你及格了,給你糖吃!"<<endl;
  12.     }
  13.     else
  14.     {
  15.         cout<<"不及格! 打屁股!"<<endl;
  16.     }
  17.     system("pause");
  18.     return 0;
  19. }
複製代碼

TOP

  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.     {
  11.         cout<<"恭喜你及格了,給你糖吃!"<<endl;
  12.     }
  13.     else
  14.     {
  15.         cout<<"不及格! 打屁股!"<<endl;
  16.     }
  17.     system("pause");
  18.     return 0;
  19. }
複製代碼

TOP

  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.     {
  11.         cout<<"恭喜你及格!<3"<<endl;
  12.     }
  13.     else
  14.     {
  15.         cout<<"不及格,打屁股!:("<<endl;
  16.     }
  17.     system("pause");
  18.     return 0;
  19. }
複製代碼

TOP

返回列表