PowerShell - Variables and Data Types
What is the output of this PowerShell code?
$arr = @('apple', 'banana', 'cherry')
Write-Output $arr[1]$arr = @('apple', 'banana', 'cherry')
Write-Output $arr[1]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions