Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Determine Time-of-Day Category | Conditional Control Flow Practice
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
C Conditional Statements

bookChallenge: Determine Time-of-Day Category

Tâche

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

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 2. Chapitre 1
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

close

bookChallenge: Determine Time-of-Day Category

Glissez pour afficher le menu

Tâche

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 desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 2. Chapitre 1
single

single

some-alt