Use a loop to remove all strings with a length less than four from a given set of strings.

a) Remove all strings with length > 4
b) Remove all strings with length ≤ 4
c) Remove all strings with length < 4
d) Remove all strings with length ≥ 4

Q&A Education