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 type test
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: The expression in a return statement can
Q7: No statement outside the method in which
Q8: Values that are sent into a method
Q30: Only constants and variables may be passed
Q35: In the following code, System.out.println(num) is an
Q46: A parameter variable's scope is:<br>A) the method
Q49: What will be the result of the
Q51: Given the following method header, which of
Q52: Which of the following is NOT a
Q53: Which of the following is NOT a