I am still a novice myself but I cleaned up what you had a little:

*/
package temperature;

import javax.swing.JOptionPane;

public class F2C {
public static void main(String[] args) { ...