

InterviewSolution
Saved Bookmarks
1. |
What are sets |
Answer» A set is a well-defined collection of objects.There are two methods of representing a set\tRoster or Tabular form In the roster form, we list all the members of the set within braces { } and separate by commas.\tSet-builder form In the set-builder form, we list the property or properties satisfied by all the elements of the sets. | |