//Code of the Day if ( isNew(knowledge) && bestDay == today() ) { learnItNow(); } else { display('Never too late to learn!'); }