Find the answer to your Linux question:
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 ...
  1. #1
    Just 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:
    Code:
    FOO A
    FOO B
    BAR 
    BAZ
    & the restart the program it should print out something like this:
    Code:
    FOO A vs BAR
    FOO B vs BAZ
    but it doesn't it will print out something like:
    Code:
    FOO A vs BAR
    FOO A vs BAZ
    why?
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...