Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Async Calculation | Async/Await Fundamentals and Converting Sync to Async
C# Async and Await Practice

bookChallenge: Async Calculation

Oppgave

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.

Løsning

Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 4
single

single

Spør AI

expand

Spør AI

ChatGPT

Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår

close

bookChallenge: Async Calculation

Sveip for å vise menyen

Oppgave

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.

Løsning

Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 4
single

single

some-alt