...

/

Challenge: Separate the Names in a Set into Two Sets

Challenge: Separate the Names in a Set into Two Sets

Write a program to separate the names given in a set into two sets.

A set contains names that begin either with 'A' or with 'B'. Write a program to separate the names into two sets—one containing names beginning with ...