Challenge: Time Calculation
Task
Swipe to start coding
You have 10
support calls today. Each call takes 7
minutes on average, and you've scheduled 60
minutes.
- Compute how many minutes you are short to finish all calls today and save it to the
shortfall_minutes
variable. - Compute the total duration in hours for all calls and save it to the
total_hours
variable. - Compute how many calls you can finish completely within the available time and save it to the
completed_calls
variable. - Compute how many minutes remain unused within the available time and save it to the
unused_minutes
variable.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 4
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Summarize this chapter
Explain the code in file
Explain why file doesn't solve the task
Awesome!
Completion rate improved to 5
Challenge: Time Calculation
Swipe to show menu
Task
Swipe to start coding
You have 10
support calls today. Each call takes 7
minutes on average, and you've scheduled 60
minutes.
- Compute how many minutes you are short to finish all calls today and save it to the
shortfall_minutes
variable. - Compute the total duration in hours for all calls and save it to the
total_hours
variable. - Compute how many calls you can finish completely within the available time and save it to the
completed_calls
variable. - Compute how many minutes remain unused within the available time and save it to the
unused_minutes
variable.
Solution
Everything was clear?
Thanks for your feedback!
Awesome!
Completion rate improved to 5SectionΒ 1. ChapterΒ 4
single