PowerShell - String Operations
You want to format a list of product prices to show as currency with 2 decimals using the
-f operator inside a loop. Which code snippet correctly formats each price stored in $prices array?