C语言程序设计实验指导(颜晖_主编)部分参考程序收集.pdfVIP

  • 6
  • 0
  • 约6.51万字
  • 约 50页
  • 2021-11-04 发布于福建
  • 举报

C语言程序设计实验指导(颜晖_主编)部分参考程序收集.pdf

C语言程序设计部分实验参考答案 实验 2 #include stdio.h int main(){ //2-1-2 int c,f=150; c=f*5/9-32*5/9; printf( fahr=%d, celsius=%d\n ,f, c); return 0; } #include stdio.h int main(){ //2-1-3 int c=26,f; f=c*9/5+32; printf( celsius=%d, fahr=%d\n ,c, f); return 0; } #include stdio.h int main(){ //2-1-4 int math=87,eng=72,comp=93; printf( math=%d, eng=%d, comp=%d, average=%d\n ,math, eng, comp, (math+eng+comp)/3); return 0; } #include

文档评论(0)

1亿VIP精品文档

相关文档