Tag: C语言

C语言for循环示例

Posted by – 2009-02-20

#include /* 当fahr = 0,20,…300时,分别打印出华氏温度的摄氏温度的对照表*/ main() { int fahr; for ( fahr = 0; fahr