PowerShell - Variables and Data Types
What will happen if you try to cast the string 'hello' to an integer in PowerShell?
$num = [int]'hello'
$num = [int]'hello'
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions