Class Player


public class Player extends Object
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 Details

    • Player

      public Player()