Write a program to find the count of numbers that are divisible by 1 in a byte-sized array of size 10. Store the result in a variable named count. Write the data section to declare the array and initialize it with 10 numbers of your choice.Write the code section to iterate through the array, check divisibility by 7, and update the count variable accordingly.