0
How to aline the number to the second line?
2 Respostas
+ 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.
0
Thankyou