Syntax: Variables in PowerShell. • ID: #11 Code $name="DrSchool" $count=22 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 →