Multiple Choice
If you attempt to use a local variable before it has been given a value, __________.
A) a compiler error will occur
B) the local variable will always contain the value 0
C) the results will be unpredictable
D) the local variable will be ignored
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: In the method header the static method
Q10: The process of breaking a problem down
Q11: What will be returned from the following
Q12: In the header, the method name is
Q13: Which of the following is not part
Q15: You should always document a method by
Q16: The header of a value-returning method must
Q17: Methods are commonly used to break a
Q18: Methods are commonly used to:<br>A) speed up
Q19: In a general sense, a method is