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