Results 1 to 1 of 1
Attached is a project that lets you control a sports league.
If you enter these teams:
Code:
FOO A
FOO B
BAR
BAZ
& the restart the program it should ...
- 10-09-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 1
C# Generate Fixtures
Attached is a project that lets you control a sports league.
If you enter these teams:
& the restart the program it should print out something like this:Code:FOO A FOO B BAR BAZ
but it doesn't it will print out something like:Code:FOO A vs BAR FOO B vs BAZ
why?Code:FOO A vs BAR FOO A vs BAZ


Reply With Quote