正在加载图片...
#include <stdio. h> maino float celsius; int fahrenheit printf("n F fahrenheit =0 while( fahrenheit <=300) celsius= 5*(fahrenheit-32)9 printf("n %od t%of, fahrenheit, celsius); fahrenheit +=20#include <stdio.h> main() {float celsius; int fahrenheit; printf("\n F C "); fahrenheit = 0; while( fahrenheit <=300 ) { celsius = 5*(fahrenheit – 32)/9; printf("\n %d\t%f" , fahrenheit , celsius); fahrenheit +=20; } }
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有