Have a processor with 3 free pins, but you want to use an 8 code precision ADC. Use a decoder to reduce the number of inputs. Give some code that you can use to read the conversion. Hint: use the logical operators to combine the 3 pins into one number, then divide that number by 8 (23) to find the fraction of the conversion and multiply that by 5V which would be the Arduino operating voltage.