Sunday 29 September 2013

Coding 13 : Parameter

In programming, we need parameter. Parameter is a communication between function.
Parameter have 2 form:
1.Formal parameter
Formal parameter is a parameter that given by value. Formal parameter in the parameter funtion list.
2.Actual parameter
Actual parameter is a parameter thar give value in formal parameter.
Example how to use parameter can be download is this below:
Download file

No comments:

Post a Comment