PowerShell - Scripting Best Practices
Identify the error in this script:
$num = 5
if $num -gt 3 {
Write-Output 'Greater than 3'
}$num = 5
if $num -gt 3 {
Write-Output 'Greater than 3'
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions