Knowledge check

Completed

Check your knowledge

1.

A developer is writing an application in Visual Studio Code. They save changes to their Program.cs file, and then run the dotnet build command in the Terminal panel. What information can they find in reported Error and Warning messages?

2.

A developer needs to create an iteration statement. Under what condition is a while statement a better choice than a do statement?