Search:

Type: Posts; User: jonathanfox

Search: Search took 0.16 seconds.

  1. Re: How do i remove a substring from an element in an array

    okay first of all how do i post my code neatly like yours and ill show u the question we were given, ur code is hard to understand cus im terrible at java, and i didnt post all the code.

    In a...
  2. How do i remove a substring from an element in an array

    for(int i=0;i<entries.size();i++){

    //if it has java or the correct answer it will say its valid
    // if not it will remove the element from the array

    if(entries.get(i).contains("java")){
    ...
Results 1 to 2 of 2