saraaaalynn1626 saraaaalynn1626 27-02-2024 Mathematics contestada What is the output of the following code snippet? for i from 1 to 60: makeset(i) for i from 1 to 30: union(i, 2*i) for i from 1 to 20: union(i, 3*i) for i from 1 to 12: union(i, 5*i) for i from 1 to 60: find(i)