Challenge: Determine Time-of-Day Category
Opgave
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.
Løsning
Var alt klart?
Tak for dine kommentarer!
Sektion 2. Kapitel 1
single
Spørg AI
Spørg AI
Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat
Fantastisk!
Completion rate forbedret til 9.09
Challenge: Determine Time-of-Day Category
Stryg for at vise menuen
Opgave
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.
Løsning
Var alt klart?
Tak for dine kommentarer!
Sektion 2. Kapitel 1
single