PowerShell - Variables and Data Types
Find the mistake in this script:
$name = "John" $name = "Doe" Write-Output name
$name = "John" $name = "Doe" Write-Output name
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions