Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Problem Statement:
Our goal is to create a program / website application which randomly generates 8 groups
with 4 teams each.
For e.g., this year’s group stage looks like this:
Rules & Instructions:
● Use the list of teams given on Page 1.
● Group names will be “Group A”, “Group B”, “Group C” and so on.
● A group cannot have more than one team from the same country.
● The teams marked in red are domestic league champions. The first team of every
group must be a domestic league champion.
● The program should be able to generate a fresh new list each time it is run.
● The program should output a list of teams under each group title.
● Added points for showing club logos in output.
● You are free to use any programming language / stack. Use of database is up to you.
● Create and send a ZIP file of your project, with instructions to execute, if any.
All the
Posted
Comments
nv3 24-Oct-15 11:56am    
Okay, that's your homework. Let us know when you are done and which problems you encountered -- of course combined with the code you have produced so far.
CPallini 24-Oct-15 16:05pm    
Happy coding!

1 solution

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!

If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!
 
Share this answer
 
Comments
Patrice T 24-Oct-15 16:59pm    
+5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900