Search Results

Showing results 1 to 1 of 1
Search took 0.05 seconds.
Search: Posts Made By: Ene Uran ; Forum: C and child forums
Forum: C Jun 2nd, 2007
Replies: 7
Views: 1,635
Posted By Ene Uran
This will show the even integers between 2 and limit, then it is up to you to show the product:
#include <stdio.h>

int main()
{
int x;
int limit = 30;

for(x = 2; x <= limit; x=x+2)...
Showing results 1 to 1 of 1

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC