World Languages, asked by ziaaqsa9, 10 months ago

write a c program that uses a while loop to print the sum of the even integers from 2 to 30.​

Answers

Answered by Anonymous
5

Answer:

Within this C Program to find Sum of all Even Numbers from 1 to N , For Loop will make sure that the number is between 1 and maximum limit value. Any number that is divisible by 2 is even number. If condition checks whether the remainder of the number divided by 2 is exactly equal to 0 or not.

Similar questions