1. Write a program that will generate an array of ten random 32-bit integers, and that will display on the monitor the numbers followed by either the words " has the fourth bit set " or "does not have the fourth bit set". Use the test instruction to test whether the bit is set or not. Note: The fourth bit from the least significant end (the 8's position).