| | |
Product Of Even numbers [HELP]
Thread Solved |
This will show the even integers between 2 and limit, then it is up to you to show the product:
c Syntax (Toggle Plain Text)
#include <stdio.h> int main() { int x; int limit = 30; for(x = 2; x <= limit; x=x+2) { printf("%d\n", x); } getchar(); // wait for enter return 0; }
drink her pretty
![]() |
Similar Threads
- that number 666 (Geeks' Lounge)
- Scalar product (Python)
- Product List and Order Form Submit (JavaScript / DHTML / AJAX)
- Help to create a unique forum (PHP)
- Wierd Numbers appear when trying to run a running product in a C++ program (C++)
- (Help) I have look at my book to many times and its not helping me! (Java)
Other Threads in the C Forum
- Previous Thread: A chal;lenging debugging problem : NEW
- Next Thread: 2D array allocation problem
| Thread Tools | Search this Thread |
adobe api array arrays binarysearch calculate char cm convert copyanyfile copypdffile cprogramme createcopyoffile createprocess() csyntax directory dynamic feet fflush file floatingpointvalidation fork forloop frequency getlasterror givemetehcodez global graphics gtkgcurlcompiling hacking hardware highest homework i/o inches incrementoperators intmain() iso kernel kilometer km linked linkedlist linux linuxsegmentationfault list locate logical_drives loopinsideloop. match matrix microsoft motherboard mqqueue mysql oddnumber odf open opendocumentformat opensource openwebfoundation owf pattern pdf performance pointer posix power probleminc program programming pyramidusingturboccodes read recursion recv recvblocked repetition research scanf scheduling segmentationfault send shape socketprograming socketprogramming stack standard strchr string suggestions systemcall test unix urboc user variable voidmain() wab win32api windows.h



i got stuckd in a question 


