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

String1 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.

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

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

Copyright Nick Parlante 2006-07 - privacy