I have called some numbers from a mysql database, they come out like this:
${parish.TotalHouseholds}
Now what i would like to do is take the TotalHouseholds and TIMES it by 21.33% and display the answer in a separate cell and i was wondering if anybody could give me a plain english example of writting the sum in java?
thanks in advance.