Challenge: Separate the Names in a Set into Two Sets
Write a program to separate the names given in a set into two sets.
We'll cover the following...
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 ...