Create the pseudocode for a program that accepts input values for the projected cost of a vacation and the number of months until vacation. Display the amount of money you must save each month to afford the vacation. You MUST write this program using methods. One to get the input, one to do the calculation, and one to display the result.