セクション 2. 章 1
single
Challenge: Determine Time-of-Day Category
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
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.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 1
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください