Write the code for a message whose method is send Two. There are two arguments for this message: a double and an int. Send the Double value of 15.955 and the Integer value of 133 in the message.
LANGUAGE: Visual Basic
CHALLENGE: Write the code for a message whose method is send Two.
There are two arguments for this message: a double and an int.
Send the Double value of 15.955 and the Integer value of 133 in the message.
SOLUTION:
sendTwo(15.955, 133)