Challenge: Calculate Project Deadlines
Swipe to start coding
In project management, you often need to calculate how long a project will take and when key milestones will occur. This task will help you practice date arithmetic by working with project start and end dates, as well as scheduling milestones.
- Calculate the number of days between
start_dateandend_date. - For each value in
milestone_days, add that many days tostart_dateto schedule milestone dates. - Assign the number of days between the project dates to
days_between. - Assign the milestone dates to
milestone_schedule.
Solução
Obrigado pelo seu feedback!
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Can you explain this in simpler terms?
What are the main benefits or drawbacks?
Can you give me a real-world example?
Incrível!
Completion taxa melhorada para 5
Challenge: Calculate Project Deadlines
Deslize para mostrar o menu
Swipe to start coding
In project management, you often need to calculate how long a project will take and when key milestones will occur. This task will help you practice date arithmetic by working with project start and end dates, as well as scheduling milestones.
- Calculate the number of days between
start_dateandend_date. - For each value in
milestone_days, add that many days tostart_dateto schedule milestone dates. - Assign the number of days between the project dates to
days_between. - Assign the milestone dates to
milestone_schedule.
Solução
Obrigado pelo seu feedback!
single