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.
Soluzione
Grazie per i tuoi commenti!
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Can you explain this in simpler terms?
What are the main benefits or drawbacks?
Can you give me a real-world example?
Fantastico!
Completion tasso migliorato a 5
Challenge: Calculate Project Deadlines
Scorri per mostrare il 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.
Soluzione
Grazie per i tuoi commenti!
single