Write a program that will generate an array of ten random 32-bit integers, and t
ID: 3631700 • Letter: W
Question
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 either the fourth bit or the 6th bit set “ or “does not have either the fourth bit or the 6th bit set”. If one or both of them are set, then the program should indicate which of them are set. Use the test instruction to test whether bits are set or not. Note: The fourth bit from the least significant end ( the 8’s position).can you provide notes with it please