What would the following display?
a = 5
b = 2
c = 3
result = a + b * c
a = 5 b = 2 c = 3 result = a + b * c print(result) `result =11`
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment