Это все, что я написал на данный момент:
Код: Выделить всё
package main;
public class TempConversion {
static double cel;
static double fah;
public static void convCel (double cel) {
String verticle;
double temp;
cel = -40;
verticle = "|";
System.out.println("\tTemperature \n\t (degrees) ");
System.out.print(" F \t\t C");
System.out.println();
for (cel = -40; cel
Подробнее здесь: [url]https://stackoverflow.com/questions/79366874/return-values-beside-beside-each-other[/url]
Мобильная версия