Hello ladies and gents,
I'm starting on the next exercise, but I'm puzzled a bit and was wondering if any of you might help me with this.
I have to enter four integer numbers, non negative and smaller then 16 into ONE variable int x, now, the thing I was wondering is, do I have to use an array for this int x, so that I get int x[3] put the four numbers smaller then 16 into the array or is it possible to solve this solely by using a certain bit operator?
The idea is, when those four numbers are entered, I then have to select a number from 0 to 3 and depending on the selection it has to give me the previous entered number smaller then 16!
Hope you understood what I'm trying to accomplish.