Rambo203 Rambo203 12-12-2022 Computers and Technology contestada 4) Consider the following code segment: s1 = "CAT" s2 = "cat" Which of the following if statements has a condition that evaluates to True? a) if s1 == s2 b) if s1 = s2 c) if s1 < s2 d) if s1 > s2