for some reason when i run my code for fahrenheit to celcius and vise versa when the formula becomes negative it just shows up 0

here is my code

code

import java.util.Scanner;
import...