Given two sets s1 and s2, s1 < s2 is _________.

Loading

โœช Choose the correct option.

Given two sets s1 and s2, s1 < s2 is _________.

A. true if len(s1) is less than len(s2)
B. true ifthe elements in s1 are compared less than the elements in s2.
C. true if s1 is a proper subset of s2
D. true if s1 is a proper superset of s2

Leave a Comment