Multiple Choice
This type of method performs a task and sends a value back to the code that called it.
A) value-returning
B) void
C) complex
D) local
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Any method that calls a method with
Q25: A value-returning method can return a reference
Q29: Two general categories of methods are void
Q31: Given the following method header, which of
Q32: A parameter variable's scope is the method
Q36: This part of a method is a
Q38: Local variables can be initialized with:<br>A) constants<br>B)
Q40: Breaking a program down into small manageable
Q48: When an object, such as a String,
Q52: You must have a return statement in