Αυτό το πρόγραμμα περιήγησης δεν υποστηρίζεται πλέον.
Κάντε αναβάθμιση σε Microsoft Edge για να επωφεληθείτε από τις τελευταίες δυνατότητες, τις ενημερώσεις ασφαλείας και την τεχνική υποστήριξη.
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.
Ήταν χρήσιμη αυτή η σελίδα;
Χρειάζεστε βοήθεια σχετικά με αυτό το θέμα;
Θέλετε να δοκιμάσετε να χρησιμοποιήσετε την επιλογή Ρωτήστε το Learn για να σας καθοδηγήσει σε αυτό το θέμα;