Hi! My solution worked, so I'm not able to post it here. However, I still don't understand one thing: Why does "((double)b/100) * a;" work and "(double) (b / 100) * a;" doesn't? Thanks! :)