This is the assigment: " Build a VI that act as a four-bit AND, NAND,OR, NOR, and XOR calculator. The front panel will allow you to enter the four-bit word "A" and the four-bit "B". The calculator, depending on the selector switch setting, will AND, NAND,OR, NOR, or XOR the two words and display the result in binary and hexadecimal. For example if "A" was set to 1100 and "B" was set to 1101 and the selector switch set on AND, the output should be show 1100 binary and C hex. Label the front panel for clarity." I am attaching my VI, but some how does not work the way I want it.