diff --git a/finance.java b/finance.java index 444120f..834c4e9 100644 --- a/finance.java +++ b/finance.java @@ -1,4 +1,5 @@ import java.util.Scanner; +//test from Minh test public class finance { @@ -47,4 +48,4 @@ public float retirement(float retirementSpending, float income, float retirement //I think i have a good start. if you could please finish it, that would be great im getting tired. return moneyAt65; } -} \ No newline at end of file +}