PowerShell - Working with Objects
What will be the output of this PowerShell code?
$arr = @()
$arr += 10
$arr += 20
$arr.Length
$arr = @()
$arr += 10
$arr += 20
$arr.Length
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions