개발자 톡
연습문제 톡
루돌프 월드컵
If it's incorrect in step 3! [Java]
- 등록일
- 2025-01-11 19:18:05
- 조회수
- 52
- 작성자
- jaechanjj
You need to print up to the third decimal place.
In the case of the double
data type, since the values after the decimal point are not always the same, 50.000
might be printed as 50.0
.
Therefore, when printing, you need to explicitly specify the number of decimal places using printf
.
#루돌프_월드컵