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.
Lösung
Danke für Ihr Feedback!
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Can you explain this in simpler terms?
What are the main benefits or drawbacks?
Can you give me a real-world example?
Großartig!
Completion Rate verbessert auf 5
Challenge: Calculate Project Deadlines
Swipe um das Menü anzuzeigen
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.
Lösung
Danke für Ihr Feedback!
single