Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    1,524

    Re: Memory test game program !

    That's possbile but would be a not good coding technique. It would be possible to save 10 Strings in one String with some special character between them, but that would be very unnatural coding and...
  2. Replies
    5
    Views
    1,524

    Re: Memory test game program !

    How much data do you want to save to use later? What type of data: int, String or ???

    Can you describe in some detail what you want the program to do?
    Write the steps the program must take as a...
  3. Replies
    5
    Views
    1,524

    Re: Memory test game program !

    Do you know about ArrayLists or arrays? They are useful for saving input.

    Please explain.
    Can you describe in some detail what you want the program to do?
    Write the steps the program must...
Results 1 to 3 of 3