问答题

编写函数将化氏温度转换为摄氏温度,公式为C=()*5/9;并在主函数中调用

答案: #include float fun(float f) {float c; c=5.0/9*(f...
微信扫码免费搜题