PowerShell - Variables and Data Types
Identify the error in this PowerShell code:
$num = [int]3.7
Write-Output $num
$num = [int]3.7
Write-Output $num
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions