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
Q4: Values stored in local variables _.<br>A) are
Q9: This type of method performs a task
Q10: The header of a value-returning method must
Q22: When writing the documentation comments for a
Q27: Assume that the following method header is
Q30: Only constants and variables may be passed
Q30: The process of breaking a problem down
Q40: Breaking a program down into small manageable
Q52: You must have a return statement in
Q56: Which of the following is included in