Search:

Type: Posts; User: Jay123

Search: Search took 0.09 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;...
  5. Replies
    12
    Views
    1,439

    Re: I need help in this coding

    This is my code so far am I in the right track I am really confused about this pls help me

    int insertNumbers[]= new int[20];

    insertNumbers[0]= 0;
    insertNumbers[1]= 1;
    ...
  6. Replies
    12
    Views
    1,439

    Re: I need help in this coding

    Hello sorry this is all I understand about array.

    for this part of the question Write a program to create an integer array of size 20. Then, the program should generate and insert random integers...
  7. Replies
    12
    Views
    1,439

    I need help in this coding

    Hello I am new in java. been working on it for 2months. I need to solve this by next week try going to youtube to learn but could not figure it out. Any help from the java community would be great.
    ...
Results 1 to 7 of 7