Syntax: Arrays / Lists in PowerShell. • ID: #46 Code $arr=@(21,22,23) $arr | ForEach-Object { $_ } Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →