PowerShell - Variables and Data Types
What will be the output of this PowerShell code?
$arr = @(5, 10, 15)
$arr += 20
Write-Output $arr.Count
$arr = @(5, 10, 15)
$arr += 20
Write-Output $arr.Count
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions