1)write a program which reads two integer values.If the first is less than the second,print message "UP".If the second is less than first,print the message "DOWN".If the number equal,print the message "EQUAL".If there is an error reading the data (e.g characters),print a message containing the word "ERROR" and perform Exit(0).Use switch case.