there is some n from 1 to 10
How to determine for n how many odd and even numbers in it are not including the last?
even. n = 8 ---> 2,4,6 -> 3 even
odd. n = 8 ---> 1,3,5,7 -> 4 odd
n = 3 -> one even 2
n = 3 -> one odd 1
there is some n from 1 to 10
How to determine for n how many odd and even numbers in it are not including the last?
even. n = 8 ---> 2,4,6 -> 3 even
odd. n = 8 ---> 1,3,5,7 -> 4 odd
n = 3 -> one even 2
n = 3 -> one odd 1
Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .
evenn / 2odd- Alisher Yerkimbekov