PowerShell - Variables and Data Types
What is the output of this PowerShell code?
$value = [double]'12.34' Write-Output $value.GetType().Name
$value = [double]'12.34' Write-Output $value.GetType().Name
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions