An application that computes the pollution fee using user input.
User gives four details about the car and using this input, the application computes the pollution fee using a formula.
The formula is:
FEE = ((( A x B x 30%) + (C x D x 70%)) x (100 - E)%) / 100 where,
A=combined value of CO2 emissions, expressed in grams / km
B=specific tax, expressed in euro / 1 gram CO2
C=cylinder capacity
D=specific cylinder tax
E=tax reduction rate
