返回列表 發帖

【老師指定網站】

本帖最後由 王瑞喻 於 2020-1-20 19:36 編輯

先完成作品的同學可至以下連結學習:

E-game U世代島嶼學習樂園
校園打字機樂園
英文打字網站-Typing Club
愛學網-益智遊戲
PaGamO

TOP

#include<iostream>
#include<cstdlib>
using namespace std;
int main()  //int ---> integer 整數
{
    int score;
    cout<<"報上你的成績:";
    cin>>score;  
    if(score>=60)
    {
         cout<<"恭喜你!及格了!"<<endl;
    }else
    {
         cout<<" 不及格~斬!"<<endl;
    }
    system("pause");
    return 0;
}

TOP

{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}{:3_44:}

TOP

返回列表