#include <stdio.h>
int main(){
int celsius = 26;
double fahr = 9.0*celsius/5+32;
printf("celsius = 26, fahr = %d",(int)fahr);
return 0;
}
c语言编程练习题:7-94 计算华氏温度
作者:yunjinqi
类别:编程
日期:2023-05-31 10:28:13
阅读:630 次
消耗积分:0 分
版权所有,转载本站文章请注明出处:云子量化, https://www.yunjinqi.top/article/219
最新文章
系统当前共有 456 篇文章