| | |
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 in burbank
![]() |
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
Views: 1767 | Replies: 7
| Thread Tools | Search this Thread |
Tag cloud for C
api array arrays bash behaviour binary binarysearch c++ char character code coke command conversion convert copy copypdffile createcopyoffile database decimal directory dude dynamic ebook error exec factorial fgets file fork function functions givemetehcodez global grade graphics hacking help.forensic homework i/o ide input insert int integer lazy libcurl library line linked linkedlist linux list lists loop malloc matrix memory mysql no-effort number output pass path pointer pointers power printf problem process program programming read recursion recursive recv research reverse roman scanf sequential sms_speak socketprograming spoonfeeding steganography strchr string strings strtok structures student system test turbo-c turboc unix user variable windows words



i got stuckd in a question 


