Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Determine Time-of-Day Category | Conditional Control Flow Practice
C Conditional Statements
Sectionย 2. Chapterย 1
single

single

bookChallenge: 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

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Sectionย 2. Chapterย 1
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

some-alt