Write a method that receives an integer from its calling program and returns the negative of that integer value.
Write a statement that calls the method you just wrote, passing it the argument 10.
Give three distinct reasons why a programmer would want to write a method.