Search:

Type: Posts; User: Aika

Search: Search took 0.09 seconds.

  1. Joining two different generic type of ArrayList.

    Hi!There is a question! I want to combine:
    List<String> string=new ArrayList<String>(); and List<Integer> numbers=new ArrayList<Integer>();

    And the new ArrayList should have both elements in one...
  2. Re: Sorting by numbers of words in each sentence that is in ArrayList index.

    Based on all your recomendations, I wrote this code but I can't find what's wrong with that?Please, look and point at my mistakes! There are no fatal errors, just the result isn't correct, not that I...
  3. Sorting by numbers of words in each sentence that is in ArrayList index.

    Hello! I am a beginner!I have a task to sort sentences by its word quantity, that is in Arraylist.For example,here is the code of my Array example:

    List<String> numberOfWords=new...
  4. Replies
    17
    Views
    28,127

    Sticky: Re: The Problem with Spoon-feeding

    Ok
  5. Thread: .

    by Aika
    Replies
    3
    Views
    1,245

    [SOLVED] Re: For loop and if statement incorrect!

    Hi! I tried to do something with your given code and got this!
    ...
Results 1 to 5 of 5