Syntax: Numbers in PowerShell. • ID: #30 Code $a=2; $b=3 Write-Host ($a+$b) Write-Host ($a*$b) Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →