0

How to aline the number to the second line?

https://code.sololearn.com/cr71MSptNpT3/?ref=app

3rd Oct 2020, 9:48 AM
Kim Malinog
Kim Malinog - avatar
2 odpowiedzi
+ 4
System.out.println (" degrees fahrenheit = "); Change this line to -> System.out.print (" degrees fahrenheit = "); remove ln from the println,because ln takes curser to next line.
3rd Oct 2020, 9:54 AM
chaithra Gowda
chaithra Gowda - avatar
0
Thankyou
14th Oct 2020, 4:21 AM
Kim Malinog
Kim Malinog - avatar