Search:

Type: Posts; User: shanklove

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    2,441

    Re: Help with Character arrays

    Looks good in theory, but it fails all of these tests:
    It has something to do with "Lab03One.getDigits( values )"
    Cannot convert from String to Character[].

    Here is the whole test code, ignore...
  2. Replies
    2
    Views
    2,319

    Help with ArrayList

    Deleted for privacy.
  3. Replies
    2
    Views
    1,053

    Re: =) Hi Everybody!

    =) Thanks!
  4. Replies
    2
    Views
    1,053

    =) Hi Everybody!

    :)
    My name is Will, first time ever on a Java help forum.
  5. Replies
    6
    Views
    2,441

    Re: Help with Character arrays

    See I was going to do that, however, the test case that we were given has to be Character[]:
    @Test
    public void testGetDigitsWithListEmpty() {
    Character[] values = { };
    Character[] actual ...
  6. Replies
    6
    Views
    2,441

    Help with Character arrays

    Deleted for privacy.
Results 1 to 6 of 6