Ta brskalnik ni več podprt.
Izvedite nadgradnjo na Microsoft Edge, če želite izkoristiti vse prednosti najnovejših funkcij, varnostnih posodobitev in tehnične podpore.
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.
Ali je bila ta stran uporabna?
Ali potrebujete pomoč za to temo?
Ali želite preskusiti storitev Ask Learn, ki pojasni ali vas vodi skozi to temo?