modify the code so it uses BigDecimal arithmetic to calculate the average test score with the result rounded to one decimal place. note that because the scoreCount and scoreTotal variables are ints, you don’t need to create the BigDecimal objects form strings?


0 comments