Powershell Code Test

If (10 –gt 11)
{
Write-Host "This doesn't work."
} elseif (11 –lt 10)
{
Write-Host "Still doesn't work"
} elseif (20 –gt 40)
{
Write-Host "Finally!"
} else {
Write-Host "What are you even doing?"
}

2 thoughts on “Powershell Code Test”

Comments are closed.