Write a C program that will generate every third integer, beginning with i =2 and continuing for all integers that are less than 300. Calculate the sum of those integers that are divisible by 5. Store those integers and their sum in an array and as an integer variable, respectively.