Volleyball 2 (Ex9-4, P.293)

Most sanctioned volleyball is now played using rally scoring. In this system, the team that wins a rally is awarded a point, even if they were not the serving team. Games are played to a score of 25. Design and implement a simulation of volleyball using rally scoring.

Compare with Ex9-3 and see which one is more "fair" to you.

Hint: You need different rules for simOneGame() and gameOver().