Q. Suppose we have two sets A & B, then A < B is: (A) True if len(A) is less than len(B). (B) True if A is a proper subset of B. (C) True if the elements in A when compared are less than the elements in B. (D) True if A is a proper superset of B. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) True if A is a proper subset of B.