Time:10-05
CodePudding user response:
https://blog.csdn.net/qq_45861670/article/details/104015023For your reference
can you post the code I see you send pictures of Is transversely
Tamperauters (double A) What is this, wrong spelling And in front of the function and type Void Double Will do
Quote: refer to 5 floor? Victor.?? Response: Tamperauters (double A) What is this, wrong spelling And in front of the function and type Void Double Will do Must be void? And whether the variable I create a problem ah
Quote: refer to 7th floor qq_46506658 response: The Quote: 5 reference building? Victor.?? Response: Tamperauters (double A) What is this, wrong spelling And in front of the function and type Void Double Will do Must be void? And whether the variable I create a problem ah Change the % f % lf Function to have type What is what is the return value, function type, your function has no return value, void can Variable problem
The Quote: 5 reference building? Victor.?? Response: Tamperauters (double A) What is this, wrong spelling And in front of the function and type Void Double Will do Must be void? And whether the variable I create a problem ah
# include & lt; Stdio. H> //Tamperatures (double A); //void Tamperatures (double A); Void Tamperauters (double A); Int main () {Double a; Printf (" please enter the Fahrenheit temperature: "); //while (the scanf (" % f ", & amp; A)==1) While (the scanf (" % lf ", & amp; A)==1) {//Tamperatures (a); Tamperauters (a); Printf (" please enter the Fahrenheit temperature: "); } return 0; } //Tamperauters (double A) Void Tamperauters (double A) {Const double b=1.8, c=32.0, d=273.16; Double Celsius, kelvin. Celsius=b * A + c; Kelvin=+ 273.16 Celsius; //printf (" \ n % 2 f to convert c % f \ n absolute temperature as the %. 2 f ", A, Celsius, kelvin); Printf (" \ n % 2 lf to convert c % lf. \ n absolute temperature as the %. 2 lf. ", A, Celsius, kelvin); }
Page link:https//www.codepudding.com/Backend/53073.html