习题6.5

来源:互联网 发布:上海知而行 编辑:程序博客网 时间:2024/06/03 18:24
 #include<stdio.h> main() {     float c,f;     for(c=0;c<=400;c=c+10) {     f=9/5*c+32;     printf("f=%.2f\n",f);}}

原创粉丝点击