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.
This kata is bugged and it does not handle rounding properly. The fact that you have problems is not your fault. The kata is wrong.
If you really want to pass tests, you need to use formula
double celsius = (temperature - 32.0) * 5 / 9.0;
. But it should not be necessary. It's kata error.public class GrassHopper {
}
test5
expected:<23.33333333333333[2] is above freezing t...> but was:<23.33333333333333[6] is above freezing t...>
1 HOUR I THINK BUT NOT FIND SOLUTION