PowerShell - Working with Objects
What will be the output of this PowerShell code?
$array = @() $array += 'apple' $array += 'banana' $array += 'cherry' $array
$array = @() $array += 'apple' $array += 'banana' $array += 'cherry' $array
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions