質問編集履歴

1

ww

2021/10/30 09:45

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -57,3 +57,17 @@
57
57
  total += Integer.parseInt(quantity);
58
58
 
59
59
  上記のように文字列のリストを変換はできないでしょうか?
60
+
61
+
62
+
63
+ 修正
64
+
65
+ int total = 0;
66
+
67
+ for (int i = 0; i < fruitsPictorialPatternString.size(); i++) {
68
+
69
+ total += i;
70
+
71
+ }
72
+
73
+ へ変更