Search:

Type: Posts; User: j0ni

Search: Search took 0.18 seconds.

  1. Replies
    14
    Views
    21,881

    Re: Counting Vowels and Consonants in a String.

    first of all it s better if you convert all letters to uppercase or to lowcase. This fixes one logic problem. After that erase the second if and replace with something like if(c != ' '). Make...
  2. Replies
    4
    Views
    1,591

    Re: ArrayList to String/outOfBounds

    why do not use roundInfo.length instead of allRound.size()?? to create a single String out of an array of Strings just do astring+=array[i];
  3. Replies
    3
    Views
    2,190

    Re: Array Homework assignment

    lich0802 A few tips only: first of all you defined your methods with attributes but you dont use the same signature of your methods in main. Additional you dont need all of those attributes. for...
  4. Replies
    1
    Views
    1,586

    Re: Cache Download problem

    obviously you try run downloadCache without attributes. Probably you already fix that
Results 1 to 4 of 4