id/email
password
forgot password
about | help | done | prefs | create account
JavaBat java practice problems

String-1 chance

Basic string problems -- no loops. Use + to combine Strings, str.length() is the number of chars in a String, str.substring(i, j) extracts the substring starting at index i and running up to but not including index j. See the Java String Help document for help with strings.

 helloName makeAbba makeTags
 makeOutWord extraEnd firstTwo
 firstHalf withoutEnd comboString
 nonStart left2 right2
 theEnd withouEnd2 middleTwo
 endsLy nTwice twoChar
 middleThree hasBad atFirst
 lastChars conCat lastTwo
 seeColor frontAgain minCat
 extraFront without2 deFront
 startWord withoutX withoutX2

See Also: Example Code Java help: If Boolean Logic | Strings | While and For Loops | Arrays and Loops

Copyright Nick Parlante 2006-09 - privacy