187k views
0 votes
Consider the following code: x = 9 y = -3 z = 2 print ((x + y) * z) What is output?

User Gbryant
by
4.7k points

1 Answer

6 votes
The answer will be 3
User Damned
by
4.3k points