Този браузър вече не се поддържа.
Надстройте до Microsoft Edge, за да се възползвате от най-новите функции, актуализации на защитата и техническа поддръжка.
Which of the following correctly declares a method?
DisplayNumbers();
void DisplayNumbers{};
void DisplayNumbers() { }
Which of the following correctly calls a method?
GenerateID();
void GenerateID() {}
GenerateID;
Which of the following is true about the return keyword?
return
It's identical to the break keyword.
break
It terminates the execution of a method.
It must always be used with a value or expression.
You must answer all questions before checking your work.
Тази страница полезна ли беше?
Нуждаете се от помощ по тази тема?
Искате ли да опитате да използвате Ask Learn, за да изясните или да ви насочи по тази тема?