163k views
1 vote
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

User Kxhitiz
by
4.1k points

1 Answer

3 votes

Answer: was

Step-by-step explanation:

User Jitendra Chauhan
by
4.5k points