if a method is written to receive a double parameter, and you pass an integer to the method, then the method will a. work correctly; the integer will be promoted to a double b. work correctly; the integer will remain an integer c. execute, but any output will be incorrect d. not work; an error message will be issued