Question: Consider the following block of code, where variables a, b, c, and answer each store integer values: if a > b: if b > c:
Consider the following block of code, where variables a, b, cand answer each store integer values: if a >b: if b>C: answers else: I answer = b elif a > 0 answer = else: answer -a Which one of the following sets of values for a, b, and will cause answer to be assigned the value in variable b? A a = 1, b = 2, C-3 B a = 1, b = 3, c = 2 a -2,6-1,c-3 a 3, 6-2,c=1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
