Challenge the talent inside you, participate in Animate 2024!     Click here for details.

Functions - English

57706 visits



Outline:

Functions -What is a function -Syntax for declaration of a function -Function with arguments --example: return-type function-name(parameter); -Function without arguments --example: return-type function-name; -Calling a function -Errors