Search:

Type: Posts; User: jslam

Search: Search took 0.07 seconds.

  1. Re: Need Help with Writing methods that involves Loops

    I am using the temp to avoid the out-of-bounds error for when E is the first letter of a String.
    Yes the first problem works.
  2. Re: Need Help with Writing methods that involves Loops

    I finished the first problem and ended up getting:


    public static String sameEnds(String str)
    {
    int len = str.length();
    String output = "";
    if(len==0)
    ...
  3. Need Help with Writing methods that involves Loops

    Hello Forum, I am a new user and I have been at this problem for over 2 hours with my friends. We honestly don't know what's wrong and if could help us that would be awesome :D

    The question is,
    ...
Results 1 to 3 of 3