Challenge: Async Calculation
Task
Swipe to start coding
Implement an asynchronous method that calculates the sum of two integers after a simulated delay and returns the result as a Task of int.
- The method must perform an asynchronous delay before calculating the sum.
- The method must return the sum of the two provided integer parameters as a Task of int.
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.56
Challenge: Async Calculation
Swipe to show menu
Task
Swipe to start coding
Implement an asynchronous method that calculates the sum of two integers after a simulated delay and returns the result as a Task of int.
- The method must perform an asynchronous delay before calculating the sum.
- The method must return the sum of the two provided integer parameters as a Task of int.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 4
single