Search:

Type: Posts; User: phosphenes

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,058

    Java question. Please help me!

    Write a program to create an array of integers of size 10. Then, the program should generate and insert random numbers between 1 and 50, inclusive into the array. Next, the program should print the...
  2. Re: Extremely challenging and lengthy java question..

    bump
  3. Re: Extremely challenging and lengthy java question..

    Please give me some advice, anyone.
  4. Re: Extremely challenging and lengthy java question..

    Thanks for replying. I don't really know how to begin this question. Perhaps you can give me some tips?
  5. Extremely challenging and lengthy java question..

    Write a program to simulate a simplified board game called Settlers. Settlers is a two player game played on a 10x10 game board, where the objective is to create as many settlements as possible in...
  6. Replies
    5
    Views
    1,227

    Re: Need help for complicated java question

    Hi, thanks for replying. I was stuck after this:
    (General java codes)
    import.java.util.Random;

    Random rand = new Random();
    int START = 15;
    int END = 150:
  7. Replies
    5
    Views
    1,227

    Need help for complicated java question

    Write a program, using a for loop, to generate 10 random numbers between 15 and 150, inclusive. Then, the program should print how many of those numbers fall into the following categories: (1)...
Results 1 to 7 of 7