| about | help | code help+videos | done | prefs | 
norm.krumpe@muohio.edu program13
A note about methods that return an array: There are some problems in here where the method needs to return an array. When you do this, your return statement should just return the name of the array variable (no square brackets after it...just the variable name).
fix23  
frontPiece  
makeMiddle  
insertSum   
Array problems requiring one or more loops:
NOTE: CodingBat is a bad place to debug. If you want to debug, write your methods in Dr. Java, and use the debugger to debug them. Then, switch back to CodingBat. In Dr. Java, make your methods static, then you can debug by calling your methods from the interactions pane, or from a separate main() method.
isAbsent  
evenIndexes  
reverseArray  
hasSymmetry  
only14  
no14  
has22  
appendToEnd  
padEnds  
findSubArray  
inAbcOrder H   
pair10  
tenSum  
pre4  
allButLast  
allButFirst  
isSorted  
repeat  
find  
join  
move  
sortedInsert  
mergeSortedArrays  
statistics  
findAll  
eachDuplicate  
removeDuplicates  
maxRun  
uniqueCount  
makeStringArray  
isEverywhere  
removeAll  
singlesCount 
Authoring docs
Copyright Nick Parlante 2017 - privacy