essick15451 essick15451 24-05-2023 Computers and Technology contestada Given string str1 and string str2, which expression is true?str1 = "Hi";str2 = "Hello"; a. str1 < str2 b. str1 > str2 c. str1 <= str2 d. (Comparison not possible)