This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?