Write the pseudocode and flowchart for a program that will prompt the user for a number, prompt the user for an operator (+,-,*,/), prompt the user for another number, and then perform the operation associated with the operator they selected. You will need to provide input validation on things such as making sure the numbers are actually numbers, that the operator is one of the 4 listed, and prevent divide by zero errors.