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.
Solución
¡Gracias por tus comentarios!
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Can you explain this in simpler terms?
What are the main benefits or drawbacks?
Can you give me a real-world example?
Genial!
Completion tasa mejorada a 5
Challenge: Calculate Project Deadlines
Desliza para mostrar el menú
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.
Solución
¡Gracias por tus comentarios!
single