Αυτό το πρόγραμμα περιήγησης δεν υποστηρίζεται πλέον.
Κάντε αναβάθμιση σε Microsoft Edge για να επωφεληθείτε από τις τελευταίες δυνατότητες, τις ενημερώσεις ασφαλείας και την τεχνική υποστήριξη.
Which of the following demonstrates recommended guidelines for naming a variable?
my-string.
my-string
initialMessage$.
initialMessage$
initialMessage.
initialMessage
Which of the following is a bad reason to use a code comment?
To describe the high-level intent of the code.
To explain how a new C# keyword works.
To temporarily comment out a line of code while evaluating a feature in a different way.
Which of the following statements about using whitespace in code is true?
Reducing the amount of whitespace improves code performance (execution speed).
Whitespace should be used to every two or three lines to separate code lines.
Whitespace should be used judiciously to improve the readability of your code.
You must answer all questions before checking your work.
Ήταν χρήσιμη αυτή η σελίδα;
Χρειάζεστε βοήθεια σχετικά με αυτό το θέμα;
Θέλετε να δοκιμάσετε να χρησιμοποιήσετε την επιλογή Ρωτήστε το Learn για να σας καθοδηγήσει σε αυτό το θέμα;