PowerShell - Functions
Identify the error in this function definition:
function Multiply {
param $a, $b
return $a * $b
}function Multiply {
param $a, $b
return $a * $b
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions