user_num1 and user_num2 are read from input. Write one if statement and one if-else statement: If user_num1 is less than 15, then output 'user_num1 is less than 15.' If user_num2 is greater than 5, then assign user_num2 with 1. Otherwise, output 'user_num2 is less than or equal to 5.'