Solved

A Method That Does Not Return Any Value on Exit

Question 71

Multiple Choice

A method that does not return any value on exit, ____.


A) must be called with the void keyword
B) cannot include the return keyword
C) must be defined to have a void return type
D) is not allowed in C#

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions