2007-11-15 12:54:53〥辣辣

C++

/* 2007 Fall, midterm exam */
#include
#include
int main(void)
{
char ch=2;
float num=23.556f,C,F;
int a,b ;


//Part 1
printf(”姓名:,學號:n”); //請將X替代成你的個人姓名與學號

//Part 2
printf(”Character=%c, ”,ch);
printf(”ASCII of ch=%dn”,ch);
//Part 3
printf(”num=%+09.3fn”,num);

//Part 4
printf(”請輸入兩個整數,以逗點分隔:n”);
scanf(”%d,%d”,&a,&b);
printf(”%d+%d=%dn”,a,b,a+b);
//Part 5
printf(”請輸入攝氏溫度:”);
scanf(”%f”,&C);
F=(9/5)*C+32;
printf(”華氏溫度:%fn”,F);

system(”pause”);
return 0;
}


很多人看不懂~沒錯!

這是考試答案。。。

不過不是我們班ㄉ!

是別班考ㄉ!

那為什ㄇ我有這ㄍ答案ㄋ?!

相信大家都會知道。。。



就。。。。


















作弊呀!ㄎㄎ~








當時相信我們題目會是ㄧ樣ㄉ!

結果。。。。










沒有 = ="




自在飛翔~~WEI 2007-11-23 18:18:04

加尼水喔!!哈哈

小翔 2007-11-20 13:16:24

哈哈~~還好我不是讀你們那一科的...
不然我鐵定又會被當掉= =!!

醬小子 2007-11-18 02:01:48

天真了~
等死囉妳

版主回應
不不不~

我們還是有辦法ㄉ!

哈哈~!
2007-11-19 01:25:18