bool WhatsUpWithTheExam(bool somoneCallToHerLateThursday) { if (somoneCallToHerLateThursday) return true; return false; }