Write the code for a message whose method name is send Variable. There is one argument for this message, which is an int. Suppose an int variable called x has been declared and initialized to some value. Send this variable in your message.

LANGUAGE: Visual Basic

CHALLENGE: Write the code for a message whose method name is send Variable.
There is one argument for this message, which is an int.  
Suppose an int variable called x has been declared and initialized to some value.  
Send this variable in your message.

SOLUTION:


 sendVariable(x)