2.5 Calling a Non-void Method
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
Term | Definition |
---|---|
return keyword | Used to return a value back to the main program from a method. |
Scope | Defines which part of the program a variable can be accessed from. |