Functions can have default parameter values. When a function is called without arguments, the default values are used automatically.
Understanding default parameter values
Define function with default parameter
Set default value for parameter
Call function with or without arguments
Execute with default or provided value
Display the result