PowerShell - Operators
What will be the output of this PowerShell code?
$a = 7
$b = 2
$c = $a * $b + 3
Write-Output $c
$a = 7
$b = 2
$c = $a * $b + 3
Write-Output $c
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions