Search:

Type: Posts; User: nanet

Search: Search took 0.09 seconds.

  1. Re: please help me to fix my code ,this code for bulls and cows game ,(i linked the errors in the massege)

    i upteded it
  2. please help me to fix my code ,this code for bulls and cows game ,(i linked the errors in the massege)

    void play()
    {

    int j=0;
    Result test=new Result();
    int [] arr = new int[4];
    Game player1=new Game();
    Game player2=new Game();
    Random rand = new Random();
    int n =...
Results 1 to 2 of 2