| | |
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 |
#include adobe api array arrays asterisks binarysearch calculate char cm copyanyfile copyimagefile copypdffile cprogramme creafecopyofanytypeoffileinc createcopyoffile csyntax database directory dynamic feet fflush fgets file fork forloop frequency getlasterror givemetehcodez global graphics gtkgcurlcompiling hacking hardware highest homework i/o include incrementoperators input interest kernel kilometer km linked linkedlist linux linuxsegmentationfault list locate logical_drives loopinsideloop. match matrix meter microsoft motherboard mqqueue mysql number odf open opensource owf pattern pdf performance pointer posix probleminc process program programming pyramidusingturboccodes radix read recursion recv repetition research scanf scheduling scripting segmentationfault send sequential shape socket socketprograming stack standard string systemcall turboc unix user voidmain() wab win32api windows.h



i got stuckd in a question 


