| about | help | code help+videos | done | prefs | 
james.shockey@austinisd.org ap_logic01
80% Group {
....Cigar party
     cigarParty H
cigarParty H  
....Date Fashion
     dateFashion H
dateFashion H  
....SquirrelPlay
     squirrelPlay
squirrelPlay 
....AlarmClock
     alarmClock
alarmClock 
....nearTen
     nearTen
nearTen 
....answerCell
     answerCell
answerCell 
....shareDigit
     shareDigit
shareDigit 
}
90% Group {
....teaParty
     teaParty
teaParty 
....fizzString
     fizzString H
fizzString H  
....fizzString2
     fizzString2     //must use an if / else if / else
fizzString2     //must use an if / else if / else 
....twoAsOne
     twoAsOne     //using only a return statement  (no if statements)
twoAsOne     //using only a return statement  (no if statements) 
}
100% Group {
....inOrder
 inOrder 
//// using only a return statement  (no if statements)
//// can only use the bOk term one time
inOrder 
//// using only a return statement  (no if statements)
//// can only use the bOk term one time
....inOrderEqual
 inOrderEqual 
//// using only a return statement  (no if statements)
//// can not use < or ==
inOrderEqual 
//// using only a return statement  (no if statements)
//// can not use < or ==
....lastDigit
 lastDigit 
//// can not use ==
//// Hint: Use DeMorgan's Law (it works with 3 terms as well as with 2).
//// e.g.   not ( a == 5   or b == 6 )  is the same as   a != 5 and b != 6
lastDigit 
//// can not use ==
//// Hint: Use DeMorgan's Law (it works with 3 terms as well as with 2).
//// e.g.   not ( a == 5   or b == 6 )  is the same as   a != 5 and b != 6
....lessBy10
 lessBy10 H  
//// using only a return statement  (no if statements)
//// can use no more than three ==, <=, or >=.
lessBy10 H  
//// using only a return statement  (no if statements)
//// can use no more than three ==, <=, or >=.
....maxMod5
 maxMod5 
//// can not use Math.max and Math.min
//// must use at most one if and one if / else if / else
maxMod5 
//// can not use Math.max and Math.min
//// must use at most one if and one if / else if / else
Copyright Nick Parlante 2017 - privacy