PowerShell - Variables and Data Types
What will be the output of this PowerShell code?
$value = [int]'5.7' Write-Output $value
$value = [int]'5.7' Write-Output $value
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions