Given:
myPerson.printValues (100, 147.7, “lavender”);
Which method declaration correctly corresponds
this method ca

Given:
myPerson.printValues (100, 147.7, “lavender”);
Which method declaration correctly corresponds
this method call?
a. public void printValues (int i, double d)
b. public void printValues (i, d, s)
c. public void printValues (int i, double d, String s)
d. public void printValues (double d, String s, int i)​

About the author
Josie

1 thought on “Given:<br />myPerson.printValues (100, 147.7, “lavender”);<br />Which method declaration correctly corresponds<br />this method ca”

Leave a Reply to Kennedy Cancel reply