write a main function to input 20 integers in the range of 1 to 6. write a function count the number of times the numbers 2 and 5 occur. the function

write a main function to input 20 integers in the range of 1 to 6.  write a function  count the number of times the numbers 2 and 5 occur.  the function should declare static variables count2 and count5.  check the data validity in the main function