Odd rounding has me confused in the second Java practice problem
I'm not sure if I missed something in the modules about rounding, but this has really got me stumped. In the challenge for module 2, I set up a simple loop for the loan calculator, but my result is always off by 1. Sometimes it's above, and apparently sometimes it isn't. What I *think* is happening is that they're using rounded numbers, because I can see in their example problem that one of the numbers is rounded. But I don't think I was ever shown how to do that? It's not mentioned anywhere that I should round. I tried it a couple ways with the help of a friend, but those didn't fix all of the test cases, only some (I dont have pro so I cant tell what was wrong) Can anyone nudge me in the right direction here? Is there something I missed that I could review? I'll see if I can post my current code in the comments or something