Problem 4 (5 pts) What are x, y, and z after running the below block of code? X = 0 y = -10 Z = -3*y + 5 if x > 2: y = 1
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Problem 4 (5 pts) What are x, y, and z after running the below block of code? X = 0 y = -10 Z = -3*y + 5 if x > 2: y = 1
Problem 4 (5 pts) What are x, y, and z after running the below block of code? X = 0 y = -10 Z = -3*y + 5 if x > 2: y = 10 if z < 5: z = 0
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!