Challenge: Determine Time-of-Day Category
Task
Swipe to start coding
Create a function getTimeCategory that classifies the time of day based on an hour (0β23). The function should return a single character representing the category:
'm'for morning (5β11),'a'for afternoon (12β16),'e'for evening (17β20),'n'for night (21β23 and 0β4).
Return 'x' if the input falls outside the valid range.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 1
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 9.09
Challenge: Determine Time-of-Day Category
Swipe to show menu
Task
Swipe to start coding
Create a function getTimeCategory that classifies the time of day based on an hour (0β23). The function should return a single character representing the category:
'm'for morning (5β11),'a'for afternoon (12β16),'e'for evening (17β20),'n'for night (21β23 and 0β4).
Return 'x' if the input falls outside the valid range.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 1
single