C#

Returns Value

Methods can return a value to the caller.,If the return type is not void, the method can return the value by using the return statement., A statement with the return keyword followed by a value that matches the return type will return that value to the method caller.,