static double celsiusToFahrenheit(double x) { ret (x * (9.0/5)) + 32; }