Attached is a project that lets you control a sports league.
If you enter these teams:
FOO A
FOO B
BAR
BAZ
& the restart the program it should print out something like this:
FOO A vs BAR
FOO B vs BAZ
but it doesn't it will print out something like:
FOO A vs BAR
FOO A vs BAZ
why?