Multiple Choice
When a method tests an argument and returns a true or false value, it should return __________.
A) a zero for true and a one for false
B) a boolean value
C) a zero for false and a non-zero for true
D) A method should not be used for this.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q37: Local variables can be initialized with _.<br>A)
Q38: When an argument is passed to a
Q39: Which type of method performs a task
Q40: A _ is a part of a
Q41: Select all that apply. Which of the
Q43: Given the following method, which of these
Q44: A value-returning method must specify _ as
Q45: In a @return tag statement the description
Q46: A method<br>A) may have zero or more
Q47: When an argument value is passed to