for question 1-3, consider the following code what is output if the user types in 9? click all that apply A, B, C, D click all that apply QUESTION #1 x = ( input a number: ")) if (x != 8): print ("A") if (x >= 10): print ("8") if (x < 10): print ("C") if (x % 2 = = 1)): print ("D") QUESTION #2 what is output if the user types in 8? click all that apply A , B, C, D QUESTION #3 what is output if the user types in 13? click all that apply A,B,C,D QUESTION #4 the following code is intended to test if x is NOT less than 17. fill in the correct symbol if ( x ______ 17): PLEASE HELP