i have 7 teams and i want with using the class random and the next method(a,b), i want to create and save the results randomly.
i'll tell you what the program dowes so, you can understand what i want to do:
firstly, when the program runs, it will ask for a username and a password. Then, the user will give the dateConduct so, the randomly creation begin.
public class Game{
Other.Date dateConduct;
Team[] Teams;
Team winner;
bool conduct=false;
}
public class Team{
string name;
string captain;
int points;
}