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

bookChallenge: Determine Time-of-Day Category

Aufgabe

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ösung

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 2. Kapitel 1
single

single

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

Suggested prompts:

Can you explain this in more detail?

What are the next steps I should take?

Can you provide an example?

close

bookChallenge: Determine Time-of-Day Category

Swipe um das Menü anzuzeigen

Aufgabe

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ösung

Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 2. Kapitel 1
single

single

some-alt