C语言程序设计实验与习题指导课后程序设计答案
P18(1)#include<stdio.h>int main(void){ int celsius,fahr; fahr=150; celsius=5*fahr/9-5*32/9; printf("
C语言程序设计实验与习题指导课后程序设计答案