+ 4
Why only 3 test cases are passing in sololearn's Java section's coding challenge of loan calculator?
3 Answers
+ 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 đ±