Search:

Type: Posts; User: Jay123

Search: Search took 0.23 seconds.

  1. Replies
    7
    Views
    1,126

    Re: My code so far Need Help

    Thank you. can I ask the part where they ask to reset 3 numbers from left to right is there any like advice on what video or code I should be using I cant figure that part out
  2. Replies
    7
    Views
    1,126

    Re: My code so far Need Help

    ok sure this is what they want from my assignment.

    Write a program to create an integer array of size 20. Then, the program should generate and insert random integers between 1 and 5, inclusive...
  3. Replies
    7
    Views
    1,126

    Re: My code so far Need Help

    sorry about that I am new. I hope this is better

    --- Update ---

    Anyone can help me out I just don't quite understand how to get the final output which the question ask.
  4. Replies
    7
    Views
    1,126

    My code so far Need Help

    public static void main(String[] args)
    int randNum = 0;


    int arr[] = new int [20];

    System.out.print("Array: ");

    for (int a =0;...
Results 1 to 4 of 4