PowerShell - Variables and Data Types
What will this script output?
$num = 5 $num = $num + 3 Write-Output $num
$num = 5 $num = $num + 3 Write-Output $num
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions