close

#include <stdio.h>
#include <stdlib.h>
int main()
{
    int ch,math,eng,total;
    printf("國文成績=");
    scanf("%d",&ch);
    printf("\n數學成績=");
    scanf("%d",&math);
     printf("\n英文成績=");
    scanf("%d",&eng);
    total=ch+math+eng;
    printf("總分=%d",total);
    system("PAUSE");
    return 0;
}

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 Iris 的頭像
    Iris

    Iris-女王向前走

    Iris 發表在 痞客邦 留言(2) 人氣()