Hi, I have a question. How can I Know if my counter is pair or unpair? Thanks all
Pair := Counter MOD 2 = 0
where Pair is a boolean and Counter is an integer
Hi, I have a question. How can I Know if my counter is pair or unpair? Thanks all
Pair := Counter MOD 2 = 0
where Pair is a boolean and Counter is an integer