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 options correctly returns a string value?
string
return "";
return 'a';
return 5;
Which of the following statements is true about the return keyword?
return
It starts a new iteration of a method.
It terminates the execution of a method.
It must always be used with a value or expression.
Which of the following options is a valid return statement?
return void;
return 5 % 2;
return Console.WriteLine();
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?