Class Player
java.lang.Object
Player
Represents the participants of the game.
This class is responsible for managing player-related data, including the number of players and their predicted numbers.
It performs two primary tasks:
- Collecting the total number of players participating.
- Collecting each player's predicted number.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Player
public Player()
-