Ta brskalnik ni več podprt.
Izvedite nadgradnjo na Microsoft Edge, če želite izkoristiti vse prednosti najnovejših funkcij, varnostnih posodobitev in tehnične podpore.
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?
dotnet build
One or more suggestions for how to fix any syntax issues detected.
The line number and information about what caused the error.
Links to help documentation.
A developer needs to create an iteration statement. Under what condition is a while statement a better choice than a do statement?
while
do
When the expression values evaluated by the iteration statement are unknown prior to the iteration code block.
When the expression values evaluated by the iteration statement are known prior to the iteration code block.
When the developer creates nested do or while loops.
You must answer all questions before checking your work.
Ali je bila ta stran uporabna?
Ali potrebujete pomoč za to temo?
Ali želite preskusiti storitev Ask Learn, ki pojasni ali vas vodi skozi to temo?