1) What is a method?
2) Why are they desirable?
3) How would you create a method that accepts NO DATA and
RETURNS NO DATA with simplified example?
4) How would you create a method that accepts DATA and RETURNS
NO DATA with simplified example?
5) How would you create a method that accepts DATA and RETURNS
DATA with simplified example?
6) Explain the mechanism that Java sends data back to the calling
code.
7) Explain how to call a method.