PowerShell - Variables and Data Types
What will be the output of this PowerShell code?
$num = [int]"100" $num += 50 Write-Output $num
$num = [int]"100" $num += 50 Write-Output $num
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions