0
Can anyone solve this
remainamount = amount - (int)(amount* 0.01 ); System.out.println(remainamount);
5 Answers
+ 1
Yes, you can. You must only make a loop that runs your calculation three times. And after the loop, you print. This is for the loan calculator isn't it?
+ 1
You only need a simple loop and your calculation looks a bit wrong. You calculate 1% it should be 10%.
0
Yes, it is for loan calculator
0
OK, but still some problems, I can't solve it, can you show me the code??
0
OK, thank you