Exercise : ComputePay

The following program redundantly repeats the same expressions many times. Download it and open it in jGRASP, then modify the program to remove the redundancy using variables. Use an appropriate type for each variable.

The program's output should be the same after your modifications. No expression should be computed more than once in the code.