1. 1.
    -2
    beyler bu odevi yapamazsam mezun olamiyorum ocaginiza dustum gece 11 e kadar surem var bi bakin yaa panpaniza yardim edinde mezun olsun..

    n!/n^n (from n=1 to infinity)

    Write a C program which will find the sum of the N-terms of the above
    series. The program will consist of a MAIN function and a function.

    Within the MAIN function.
    . Number of terms N will be read from the standard input.
    . N will be passed to the function as an argument.
    . Sum of the N terms(return value from the function) will be printed.

    Within the function.
    . Sum of the N terms of the given series will be calculated and returned
    to the MAIN function.
    ···
  2. 2.
    -2
    upupupppuupp
    ···
  3. 3.
    -2
    upupupupuppu
    ···
  4. 4.
    -2
    pupupupupupupup
    ···
  5. 5.
    -2
    upupupupupu
    ···
  6. 6.
    -2
    upupupupupup
    ···
  7. 7.
    -2
    @10 ituluyum la... baga bi yardim edin panpalarim yaa... mezun olacam is bulacam derken bundan kalirsak gumlerihhh...
    ···
  8. 8.
    -1
    ogrenemedim iste c yi kafa basmadi napam... bi yardim edinde yapayim be panpalar aksam 5 te son teslim odevin
    ···
  9. 9.
    +1
    introduction to programming 101 terk amk
    ···
  10. 10.
    -1
    upupupupuupup
    ···
  11. 11.
    -1
    reserved.

    bekle lan denicem.
    ···
  12. 12.
    -1
    @24 bekliyorum panpa yaparsan sayende mezun olcam belkide..
    ···
  13. 13.
    -1
    upupupupupupupu
    ···
  14. 14.
    +1
    @28 haklı aslinda.

    Sildim çözümü.
    ···
  15. 15.
    -1
    #include<stdio.h>
    1. include<math.h>
    float fonk(int N){
    int a=1;
    float result;
    int fact=1;
    float term;
    float sum=0.0;
    for (a=1;a<=N;a++){
    fact=fact*a;
    term=fact/pow(a,a);
    sum+=term;
    }
    return sum;
    }
    int main(){
    int n;//"sos" defines the sum of the serie//
    float sos;
    printf("enter a numbern" );
    scanf("%d",&n);
    sos=fonk(n);
    printf("Sum of the serie is %f.",sos);
    system ("pause");
    return 0;
    }
    ···
  16. 16.
    -1
    http://answers.yahoo.com/...qid=20120516010329AAy9uih
    ···
  17. 17.
    -1
    scanf("%d",&s1);
    while(1)
    printf("%dn",s1);
    ···
  18. 18.
    -1
    upupup lan adamın ödevi varmış yardım edin panpaya
    ···
  19. 19.
    -1
    @15 ben de 2006 elektrikçiyim
    belki tanıdık çıkarız dedim ama imkansız mk
    @17 c bilmek her itülünün ata sporudur
    ···
  20. 20.
    -1
    upupupupupup
    ···