第三章 簡單的C程序設計-順序程序設計

3.1 #include<stdio.h> int main () { float f,c; f=64.0; c=(5.0/9)*(f-32); printf(「f=%f\nc=%f\n」,f,c); return 0; } 運行結果: 3.3 #include <stdio.h> int main () { char c1,c2; c1=‘A’; c2=c1+32; printf("%c\n",
相關文章
相關標籤/搜索