diff options
Diffstat (limited to 'src/Q2/BonusOnSavings.java')
| -rw-r--r-- | src/Q2/BonusOnSavings.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Q2/BonusOnSavings.java b/src/Q2/BonusOnSavings.java index 1a0bb2e..4d80361 100644 --- a/src/Q2/BonusOnSavings.java +++ b/src/Q2/BonusOnSavings.java @@ -32,6 +32,7 @@ public class BonusOnSavings { * Computes the bonus based on the target monthly commitment and the actual quarterly * contributions. * + * @param monthlyCommitment the target monthly commitment for each month. * @param q1 the actual contribution for the first quarter. * @param q2 the actual contribution for the second quarter. * @param q3 the actual contribution for the third quarter. |
