Introduction - If you have any usage issues, please Google them yourself
Two integer variables A and B, which range of 0-100 (1) if there is an odd number, store the odd number in A, and even in B. (2) If the two numbers are odd, the two numbers should stored back to the original variables, after add 1. (3) If the two numbers are even, then the two variables do not change.