+ 4
Why only 3 test cases are passing in sololearn's Java section's coding challenge of loan calculator?
3 Antworten
+ 2
Mahima Rajvir Singh , try to change line 11 to amount -=(int)Math.ceil(amount*0.1); Also change amount to integer data type.
+ 2
TheWh¡teCat 🇧🇬 Thank you so much!! It worked!! 😃😄
+ 1
Mahima Rajvir Singh , you are welcome 🐱