include all the header files and stuff then here is the code
int i;
for(i=1;i<=29;i+=2) printf ("%d", i);
jgfujtf
write an algo to find the sum of even number from 1to n
Write an. Algorthim. To. Find the. Sum. Of. First15 natural. Numbers
for(int i = 1; i < 100; i+=2) { System.out.println(i); }
Find the average. That is, add all of the even numbers together, then divide that by the number of even numbers.
please somebody should help me answer this question..I have a project on it even! It seems almost impossible at the moment.
write an assembly language program to find sum of N numbers
maybe
If you have to find a median in a set of numbers in which there are an even number of entries, you must find the average of the two numbers the come in the middle.
The sum of the first 10 even numbers is 110.
In Java:sum = 0;for (i = 2; i
Write down the numbers from 1000 to 9999.