Search:

Type: Posts; User: agathery

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    2,052

    read my comments i put into your code...

    read my comments i put into your code...
  2. Replies
    12
    Views
    1,339

    actually it should be like that sum = 0;...

    actually it should be like that


    sum = 0;
    counter = 1;
    while(counter<=num1)
    {
    sum += num2;
    counter++;
    }
  3. Replies
    6
    Views
    1,277

    i corrected it, you shouldn't space between ++...

    i corrected it, you shouldn't space between ++ and count , or ! and =,
    other mistake is that c=getchar() doesnt return c so you should first do it and then check if c is \n ...


    ...
  4. Replies
    7
    Views
    7,179

    i wrote with using this sequence ...

    i wrote with using this sequence

    http://img138.imageshack.us/img138/1696/90511389.jpg

    if you want to find exactly result, you have to find limit, but 1000 loop is also give very very close...
  5. Replies
    27
    Views
    4,397

    ok thanks for advice;)

    ok thanks for advice;)
  6. Replies
    27
    Views
    4,397

    hmm sorry i missed that point, then you can...

    hmm sorry i missed that point, then you can forget about it :)
  7. Replies
    27
    Views
    4,397

    you are right but there is no specific question...

    you are right but there is no specific question because i couldnt do anything yet:), what i want to learn is the procedure, how can i start, how i use input etc.

    by the way, sorry, my english is...
  8. Replies
    27
    Views
    4,397

    sorry it has very long specifications and some...

    sorry it has very long specifications and some character that i cant copy here:/
  9. Replies
    7
    Views
    7,179

    here i my code find squareroot without math.h:) ...

    here i my code find squareroot without math.h:)


    #include<stdio.h>

    int main(){

    int i;
    double number,x;
  10. Replies
    27
    Views
    4,397

    help about homework

    hi i have a homework and it is really challenging problem, i need a master to advice me something, here is the pdf file of homework if you have any idea how to do , please add my msn adress ...
Results 1 to 10 of 10