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