Search:

Type: Posts; User: Java girl

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    918

    Re: Copying Arrays

    ok
  2. Replies
    8
    Views
    918

    Re: Copying Arrays

    It says index cannot be resolved to variable, do i have to declare index as 0?
  3. Replies
    8
    Views
    918

    Re: Copying Arrays

    System.out.printf("%d",B);

    Exception in thread "main" java.util.IllegalFormatConversionException: d != [I
    at java.util.Formatter$FormatSpecifier.failConversion(Formatter.java:4045)
    at...
  4. Replies
    8
    Views
    918

    Re: Copying Arrays

    I replaced the 11 with 10, same problem :/
  5. Replies
    8
    Views
    918

    Copying Arrays

    How do u copy all the elements in an array eg A into another array eg B?

    This is the question:
    An array A contains integers that first increase in value and then decrease in value,
    for example,...
Results 1 to 5 of 5