Search:

Type: Posts; User: Hernanhe1

Search: Search took 0.10 seconds.

  1. Need help finishing on Matching Game Memory Matching Game

    import java.util.*;
    public class Board {


    public static void Board(){
    Cards [][] b = new Cards[4][4];

    b[0][0]=new Cards(1);
    b[0][1]=new...
  2. Replies
    11
    Views
    1,755

    Re: Matching Game

    To wrap your code with code tags:

    <<<<<<<<<<<<< THIS goes before the code

    import java.util.*;

    public class MainMemory {

    public static void main (String[] args)
    {
  3. Replies
    11
    Views
    1,755

    Re: Matching Game

    <<<<<<<<<<<<< THIS goes before the code

    import java.util.*;
    public class Board {


    public static void Board(){
    Cards [][] c = new Cards[4][4];

    ...
  4. Replies
    11
    Views
    1,755

    Re: Matching Game

    To wrap your code with code tags:

    <<<<<<<<<<<<< THIS goes before the code

    import java.util.*;
    public class Cards {



    private char label;
  5. Replies
    11
    Views
    1,755

    Re: Matching Game

    what do you mean to wrap the code with code tags
  6. Re: Hello everyone, a NewBee in the building------------>Viva

    Welcome i am also a first time programmer
  7. Replies
    11
    Views
    1,755

    Matching Game

    Hello i have been having trouble trying to create a Matching game using classes and methods can you please help
Results 1 to 7 of 10