7. Write a program in MARIE where X = 5 and Y = 10. Write two subroutines where the first one, named MAX, finds the maximum of the two values and the second one, named MIN, finds the minimum of the two values. Ask for user input at the beginning of the program, if the user enters a positive number call MAX, if the user enters a negative number call MIN