public boolean monkeyTrouble(boolean aSmile, boolean bSmile) {
if ( aSmile == true && bSmile == true){
return true;
}
if ( aSmile == false && bSmile == false){
return true;
}
return false;
}
ID: 5765
NAME: code-quiz-question
DESCRIPTION: code-quiz-question - is anyone smiling?
AUTHOR: article.author/s
EDITOR: article.editor/s
PUBLISHER: article.publisher/s
STATUS: Write
PRIORITY: -5
OWNER ID: 75