This code has to be in java.
For my robotics class, I need 2 teams to compete against each other. Winner moves to the next round
The teams are selected at random (simulating picking 2 teams from a hat) without replacement (math)
Write a program that will pick 2 random teams at a time from 8 teams without replacement .
Thanks to Allen for helping me with the other problems
For my robotics class, I need 2 teams to compete against each other. Winner moves to the next round
The teams are selected at random (simulating picking 2 teams from a hat) without replacement (math)
Write a program that will pick 2 random teams at a time from 8 teams without replacement .
Thanks to Allen for helping me with the other problems