Write a program which asks the user to enter two integer numbers. If the first number is greater than the second number (but not equal), the program should print on the screen “The first number is greater than the second”, otherwise it prints “The first number is less than or equal to the second number”.