Wednesday, October 12, 2016

Return Value and Parameters

Return values are the type of input you are to place inside your function such as Boolean returning true or false, or ones like void return statements which aren't suppose to return anything in particular to the user. Parameters are sort of the instructions of the function they define what exactly you want your function to run such as  a Beep functions pitch and volume or a messageBox functions inner message and the title of the box.

No comments:

Post a Comment