Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    6
    Views
    4,460

    Re: ArrayDiff Problem on CodeWars; Need Assistance

    Have you compiled and executed the code to test if it works?


    Sorry, I can't tell because I don't see any comments in the code describing what it is trying to do.
  2. Replies
    6
    Views
    4,460

    Re: ArrayDiff Problem on CodeWars; Need Assistance

    The size can not be changed. The contents can be changed.


    An array's size is fixed when it is declared. If you need dynamic then use a class like ArrayList.
    Or make a big temp array, add to...
  3. Replies
    6
    Views
    4,460

    Re: ArrayDiff Problem on CodeWars; Need Assistance

    I do not recognize either of the questions to be about a part of the java language. You need to talk with whoever posted the question to get definitions for the contents of those arrays.

    Please...
Results 1 to 3 of 3