Search:

Type: Posts; User: sharpedge

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,513

    Re: Memory test game program !

    i have edited the details above ..

    user is asked a question, to name 10 things...
    those 10 things ... string.. must be later used to compare with .. the next input ..
    means the same question is...
  2. Replies
    5
    Views
    1,513

    Re: Memory test game program !

    yes i know about arraylist and array ! thats the trick ...
    i don't have to use arraylist, array and even hash map :(
    any other way ?
  3. Replies
    5
    Views
    1,513

    Memory test game program !

    import java.util.Scanner;
    public class Game {

    public static void main (String arg[])
    {
    java.util.Random r = new java.util.Random();



    int a = r.nextInt(4);
Results 1 to 3 of 3