Search:

Type: Posts; User: metaleddie13

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,734

    Re: Can Anyone Help With Arrays?

    I have worked most of it out. But for some reason the string is converted into an array, but it is not held and printed. I don't know what's going on now.



    import java.util.Arrays;
    import...
  2. Replies
    9
    Views
    1,734

    Re: Can Anyone Help With Arrays?

    I used the debugger and for some reason it is not passing the array. I cannot figure out the code for going through the array, using the boolean method isCharacterPresent, and store no repeat...
  3. Replies
    9
    Views
    1,734

    Can Anyone Help With Arrays?

    I am attempting to design and implement a program with a Java class that will ask the user to input a non-null string. First, I should convertthis string to lower case (for simplicity) and store...
Results 1 to 3 of 3