public String elainasThoughts (boolean understandsClassMaterial) {
boolean understandsClassMaterials = false;
String elainasThoughts = "";
if (understandsClassMaterial == true) {
return elainasThoughts = "Food!";}
return elainasThoughts = "Food!";}
else if (understandsClassMaterial == false) {
return elainasThoughts = "redrum redrum redrum"; }
return elainasThoughts;
}
}
I'd include a loop in there, but understandsClassMaterial = false.
Ouch! understandsElaiasPain == false
ReplyDeletebut thankfully there is always ice cream... :)