| about | help | code help+videos | done | prefs | 
norm.krumpe@muohio.edu arraylab1
Each problem in thislab is worth 0.5 points. Work with each other. Help each other.
Part 1: Solve these array problems which do not require loops
 maxTriple
maxTriple     increasing3
increasing3     commonEnd
commonEnd     max2
max2     sum2
sum2   
 numSequence
numSequence     emptyArray
emptyArray     makeEnds
makeEnds     middleWay
middleWay     swapEnds
swapEnds    
Part 2: Solve these array problem which will give you practice with some standard array algorithms. Use "for each" style loops whenever possible.
 first6
first6     sum
sum     max
max     countEvens
countEvens     contains
contains     indexOf
indexOf    countRaises
countRaises 
Part 3: Solve these array problems that involve a variety of problem-solving strategies.
 fizzArray3
fizzArray3     fill
fill     sumArrays
sumArrays     secondMax
secondMax     bumpTheNines
bumpTheNines     allButLast
allButLast     duplicateLast
duplicateLast     onlyEvens
onlyEvens 
Copyright Nick Parlante 2017 - privacy