Search:

Type: Posts; User: shane1987

Search: Search took 0.07 seconds.

  1. Thread: home work ..

    by shane1987
    Replies
    8
    Views
    3,302

    Re: home work ..

    import java.util.Random;

    Public class ArrayRandom3
    {
    public static void main(String[] args)
    {
    Random r = new Random();
    int array[] = new int[50];
    int a = 0;
    ...
  2. Thread: home work ..

    by shane1987
    Replies
    8
    Views
    3,302

    home work ..

    hey all how are you ?

    a little problem I have , well I have to make an array which generates 50 numbers from 0 to 999 which I can manage that the problem lies with the part were the numbers...
Results 1 to 2 of 3