質問編集履歴

1

エラー内容の追加

2022/01/15 09:19

投稿

I.K
I.K

スコア11

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,8 @@
6
6
  ### 発生している問題・エラーメッセージ
7
7
 
8
8
  ```
9
- Non-terminating decimal expansion; no exact representable decimal result.
9
+ Exception in thread "main" java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result.
10
+ at java.base/java.math.BigDecimal.divide(BigDecimal.java:1722)
10
11
  ```
11
12
 
12
13
  ### 該当のソースコード