PowerShell - Functions
You want a PowerShell function
Calculate-Sum that adds two numbers, but if the second number is not provided, it should default to the first number. Which parameter default setup achieves this?