0
Java outpot
https://code.sololearn.com/ca8NS6m98s62/?ref=app What is the error? And how can i make the output like this °C °F
8 Answers
+ 2
STOP
It's nextFloat() not nextfloat(). f is in caps
Do this to get in °F
System.out.println("its= " + temp + " °F");
+ 1
STOP
So what was in my first answer?
+ 1
A͢J - S͟o͟l͟o͟H͟e͟l͟p͟e͟r͟ thank you so much
0
A͢J - S͟o͟l͟o͟H͟e͟l͟p͟e͟r͟ check the last question please
0
STOP
Can you tell an example for your last question?
0
A͢J - S͟o͟l͟o͟H͟e͟l͟p͟e͟r͟ I want it to show in the output the cellulose sign in the way I wrote above, with the special symbol in it
0
A͢J - S͟o͟l͟o͟H͟e͟l͟p͟e͟r͟ omg sorry sorry i didnt see it , so can you make it as a full code please?
0
STOP
Do you want like this?
https://code.sololearn.com/cw4nHbm7a2Zg/?ref=app