Develop a C program that will generate every third integer, beginning with i = 2 and continuing for all integers that are less than 100

computer science

Description

Develop a C program that will generate every third integer, beginning with i = 2 and continuing for all integers that are less than 100. Calculate the sum of those integers that are evenly divisible by 5.


Related Questions in computer science category