floyderij1004 floyderij1004 26-07-2024 Computers and Technology Answered What is the value of x after the following code is executed? x = 17 if x * 2 <= 34: x = 0 else: x = x + 1 x = x + 1 a. 19 b. 35 c. 18 d. 1