Beginner Java programmer arithmetic error
问题 I've recently embarked into Java programming and consider myself a programming novice. It seem that I'm having an issue with my source code arithmetic. I have verified all the nested if-else statements and they all work up to the final else statement's arithmetic. It doesn't calculating correctly I have set the arithmetic up just as the above if-else statements. the else statement is suppose to subtract 40 from the amount and then apply 1 percent charge. I have tried for the else statement