gtjermaine4214 gtjermaine4214 29-04-2024 Computers and Technology Answered What will be the output of the following code statements? a = 50, b = 25, c = 0 print ( a > 45 or b > 50 and c > 10 ) op 1: 1 op 2: 0 op 3: -1 op 4: 10