PowerShell - String Operations
What is the output of this PowerShell command?
$num = 7.12345
"Rounded number: {0:N2}" -f $num
$num = 7.12345
"Rounded number: {0:N2}" -f $num
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions