3.13 write code that tests the variable x to determine whether it is greater than 0. if x is greater than 0, the code should test the variable y to determine whether it is less than 20. if y is less than 20, the code should assign 1 to the variable z. if y is not less than 20, the code should assign 0 to the variable z.