PowerShell - Control Flow
Find the mistake in this switch code:
switch ($val) {
1: { 'One' }
2: { 'Two' }
}switch ($val) {
1: { 'One' }
2: { 'Two' }
}{ }, not colons :.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions