코드 에러입니다. 이해를 못하겠네요.
횃눈썹
2023.04.01
public class Temperature {
public static void main(String[] args) {
double celsius = 100.0;
double fahrenheit = ctof(celsius);
System.out.println(celsius + degrees Celsius in degrees Fahrenheit is + farenheit);
}
public static ctof(String[] args) {
doouble fahrenheit = (9.0/5.0)*celsius + 32;
System.our.println(1oo.0 celsius translates into + fahrenheit + fahrenheit);
}
}
온도 섭씨를 화시로 바꾸는 코드 만들어봤는데요.
혹시 아시는분 에러좀 바로잡아주시면 감사하겠습니다.