74.2k views
3 votes
Write the code for invoking a method named sendtwo. there are two arguments for this method: a double and an int. invoke the method with the double value of 15.955 and the int value of 133. assume that sendtwo is defined in the same class that calls it.

1 Answer

1 vote
sendtwo( 15.955, 133 );
User Denish
by
7.2k points