1. Write a method that receives an integer from its calling program and returns the negative of that integer value.

  2. Write a statement that calls the method you just wrote, passing it the argument 10.

  3. Give three distinct reasons why a programmer would want to write a method.