Question
Create the logic for a program that accepts input values for the projected cost of a vacation and the number
of months until vacation. Both values must be greater than zero. Pass both values to a method named
displaySavingsAmt(cost, months) that displays the amount you must save per month to achieve your
goal.
of months until vacation. Both values must be greater than zero. Pass both values to a method named
displaySavingsAmt(cost, months) that displays the amount you must save per month to achieve your
goal.