THERE is NO need to declare variable types for your pseudocode. This will save you some time. Write a pseudocode (NOT a computer program) for a program that has a loop to continuously ask the user for a number, terminating the loop when the number entered is -1. Inside the loop, displayI if the number is 1,II if the number is 2 andOTHERif the number is any other number.