| | |
Product Of Even numbers [HELP]
Please support our C advertiser: Programming Forums - DaniWeb Sister Site
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 * ansi append array arrays asterisks bash binarysearch centimeter changingto char character convert copyimagefile cprogramme creafecopyofanytypeoffileinc createprocess() database dynamic execv fgets file floatingpointvalidation fork framework function getlogicaldrivestrin givemetehcodez grade gtkwinlinux hacking histogram ide inches include infiniteloop initialization input interest intmain() iso kernel keyboard kilometer km license linked linkedlist linux list lists looping lowest matrix meter microsoft number oddnumber open opendocumentformat openwebfoundation overwrite owf pdf pointer pointers posix power probleminc process program programming radix recursion recv recvblocked research reversing segmentationfault sequential single socket socketprogramming standard strchr string suggestions systemcall test testing threads turboc unix urboc user variable wab whythiscodecausesegmentationfault windowsapi



i got stuckd in a question 


