We were asked to write a program that accepts 5 integers, select an arithmetic operation for odd and even, and perform the corresponding operation.
Ive just been stuck on how I can make it that the inputs would be detected as odd or even AND then do the selected operation seperately for odd and even. This topic makes us focus on switch statements.