Syntax: Variables in PowerShell. • ID: #16 Code $name="DrSchool" $count=9 Write-Host $name $count Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →