Task 
Given an integer, , perform the following conditional actions:
Given an integer, , perform the following conditional actions:
- If is odd, print
 - If is even and in the inclusive range of to , print
 - If is even and in the inclusive range of to , print
 - If is even and greater than , print
 


