问答题

main()   { float c,f;   c=30.0;   f=(6*c)/5+32;   printf("f=%f",f); }   该程序的运行结果是___________________________________。

【参考答案】

f=68