These methods return a value of a specific data type using the return statement
Answers
Answered by
3
Answer:
You declare a method's return type in its method declaration. Within the body of the method, you use the return statement to return the value. Any method declared void doesn't return a value and cannot contain a return statement.
Explanation:
U R ans
Similar questions