try this, just a re-arrange and helloworlds edit.


import java.util.Scanner;

public class TemperatureConverter{
public static void main(String[] args){
Scanner console = new...