Write the code for a message whose method name is sendNumber. There is one argument for this message, which is an int. Send the number 5 as an argument int he message.
LANGUAGE: Visual Basic
CHALLENGE: Write the code for a message whose method name is sendNumber.
There is one argument for this message, which is an int.
Send the number 5 as an argument int he message.
SOLUTION:
sendNumber(5)
Posted in Learn To Code, Visual Basic