C语言编写华氏温度计和摄氏温度及的转换

 时间:2026-02-17 22:07:18

1、首先打开VC++

C语言编写华氏温度计和摄氏温度及的转换

2、文件》》新建

C语言编写华氏温度计和摄氏温度及的转换

3、新建一个C++文档

C语言编写华氏温度计和摄氏温度及的转换

4、声明头文件和变量

#include<stdio.h>

char cmd;

float temperature;

C语言编写华氏温度计和摄氏温度及的转换

5、主要代码,先进行选择,是华氏还是摄氏,然后用公式转化

while(1)

{

printf("\n*****************************************\n");

printf("\n|   Please select one of convertions:   |\n");

 printf("|    c:  Convert Celsius to Fahrenheit  |\n");

printf("|    f:  Convert Fahrenheit to Celsius  |\n");

printf("|    q:  Quit                           |\n");

printf("\n*****************************************\n");

scanf("%c",&cmd);

switch (cmd)

{

case 'c':

{

printf("\n*****************************************\n");

printf("\n|   Please input Celsius temperature:   |\n");

scanf("%f",&temperature);

printf("\n|  The Fahrenheit temperature is:%6.3f|\n",temperature*1.8+32);

printf("\n*****************************************\n");

break;

}

case 'f':

{

printf("\n*****************************************\n");

printf("\n  Please input Fahrenheit temperature:  |\n");

scanf("%f",&temperature);

printf("\n  The Celsius temperature is : %6.3f  |\n",5*(temperature-32)/9);

printf("\n*****************************************\n");

break;

}

case 'q':

{

break;

}

default:

{

printf("Your Command Error!temperatureut Again\n");

}

}

getchar();

if(cmd=='q')

break;

printf("\n   Please input any key to use again:   \n");

getchar();

}

return 0;

C语言编写华氏温度计和摄氏温度及的转换

C语言编写华氏温度计和摄氏温度及的转换

6、运行结果

C语言编写华氏温度计和摄氏温度及的转换

  • 自定义函数查找子串怎样用C++实现
  • Android 安装apk包的五种方式
  • 怎样才能延迟开学
  • 如何解决Code::Blocks编译时报错
  • Python例子-统计字符串中,各个字符的个数
  • 热门搜索
    五年级手抄报 关于艺术的手抄报 中国神话故事手抄报 清明节的手抄报大全 八礼四仪手抄报内容 艺术手抄报 珍惜水资源手抄报 电子手抄报模板 走进名著手抄报内容 法制安全手抄报内容