Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
est` sotka na sigi?
Explain why I have an error
Exception in thread "main" java.lang.NumberFormatException: For input string: "8,6667"
at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2054)
at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
at java.base/java.lang.Double.parseDouble(Double.java:735)
at Main2.barTriang(Main2.java:14)
at Main2.main(Main2.java:21)
why am I so dumb
I pass the basic test but on attempt i cannot pass the kata.... i am fairly new here & i cant understand how to match the entire list with the new n !!
Any help would be appreciated
This comment is hidden because it contains spoiler information about the solution