#include double ftoc(double f) { return (f-32)*5/9; } void main() { double f; cout<>f; ...
{ floatF,C; cout<>F; C=5.0/9*(F-32); cout<
#include "iostream.h"void main() { double F,c; cout<>F; c=(F-32)*5/9; cout<
return (F-32)*5/9; } void main() ...展开#include "iostream.h" void main() { double F,c; cout<>F; c=(F-32)*5/9; cout<
#include using namespace std; void main() { double f,c; cout<>f; c=(f-32.0)*5.0/9.0; cout<
int main() { char t; cin>>t; if (t=='Y') { float c,f; cout<>f; c=(5.0/9.0)*(f-32); cout<
//这程序要用到函数调用 #include using namespace std; double fahr... 32.0)/1.8; } /*你试下这个是不是阁下所想要的? 你输入212华氏度,它便可转成100摄氏...
华氏温度,C-摄氏温度。 C = 5 / 9 *(F - 32) 即: 华氏度=32+摄氏度... System.out.print("华氏" + c + "度转换成摄氏度为:"...
);//获取输入并转换成整形,保存在整