PowerShell - Functions
What will this PowerShell function output?
function Test-Return {
5
return 7
9
}
Test-Returnfunction Test-Return {
5
return 7
9
}
Test-Return15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions