2 lines
46 B
PowerShell
2 lines
46 B
PowerShell
$IsOdd = $N % 2 -ne 0
|
|
$IsEven = $N % 2 -eq 0
|
$IsOdd = $N % 2 -ne 0
|
|
$IsEven = $N % 2 -eq 0
|