Create a program that functions as a simple boolean calculator for 32-bit integers (the irvine32 library is required for this solution program). it should display a menu that asks the user to make a selection from the following list: 1. x and y 2. x or y 3. not x 4. x xor y 5. exit program

Solved
Show answers

Ask an AI advisor a question