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_minutesvariable. - Compute the total duration in hours for all calls and save it to the
total_hoursvariable. - Compute how many calls you can finish completely within the available time and save it to the
completed_callsvariable. - Compute how many minutes remain unused within the available time and save it to the
unused_minutesvariable.
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
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_minutesvariable. - Compute the total duration in hours for all calls and save it to the
total_hoursvariable. - Compute how many calls you can finish completely within the available time and save it to the
completed_callsvariable. - Compute how many minutes remain unused within the available time and save it to the
unused_minutesvariable.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 4
single