Search:

Type: Posts; User: theaveguy

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,740

    Re: Contain method to read array

    Any help? I would really like to get my program going, I was searching the String API Docs and only saw things pertaining to char/string nothing about array/sting.
  2. Replies
    3
    Views
    1,740

    Contain method to read array

    I am trying to find a method to read an array like this.



    String[] operators = {"+", "-"};
    if(operation.contains(operators))
    System.out.println("noob");
    else ...
Results 1 to 2 of 2