1. Create the pseudocode for a program that accepts input values for the project

    1. 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.2. Carlisle Carpets wants a program to compute carpet costs. Create the logic for a program that prompts the user for two numeric values that represent room dimensions in feet. The program then displays the room area in square feet and the carpet price which is $15 per square foot. If the user enters two positive numbers call a method that accepts two parameters and multiplies them to computer the rooms area. If just one of the entered values is positive pass the positive value to an overloaded version of the method that accepts one parameter and squares it to calculate the area. If neither of the entered values is positive then display an error message

                                                                                                                                      Order Now