What is the output of the following condition statement if A = 45: A >= "45"
True, False, Error message display
What is the output of the following condition statement if A = 45: A < 45
True, False, Error message display
What is the output of the following condition statement if A = "apple": A == "apple" True, False, Error message display