Search:

Type: Posts; User: ghostheadx

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,258

    Re: how to delete first letter of string

    Originally, I didn't have anything within the brackets. I'm supposed to put something in there. I think though, that since I'm filling in the blank, do I have to put in another "public static?" I...
  2. Replies
    4
    Views
    1,258

    how to delete first letter of string

    Here is my code:



    public static String[] guillotine( String[] inArray )

    {
    for (int i = 0; i < a.length - 1; i++){
    System.out.print(a[i].substring(1));
    }
Results 1 to 2 of 2