PowerShell - Functions
What will this script output?
function AddNumbers($a, $b) { $a + $b } AddNumbers 3 4function AddNumbers($a, $b) { $a + $b } AddNumbers 3 415+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions