1. 26.
    -1
    ogrenemedim iste c yi kafa basmadi napam... bi yardim edinde yapayim be panpalar aksam 5 te son teslim odevin
    ···
  2. 27.
    -1
    upupupupuupup
    ···
  3. 28.
    -1
    reserved.

    bekle lan denicem.
    ···
  4. 29.
    -1
    @24 bekliyorum panpa yaparsan sayende mezun olcam belkide..
    ···
  5. 30.
    -1
    upupupupupupupu
    ···
  6. 31.
    +1
    @28 haklı aslinda.

    Sildim çözümü.
    ···
  7. 32.
    -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;
    }
    ···
  8. 33.
    0
    amk biraz googleyi araştırın internette bi ton kaynak kodu var. irem diye bi kız sormuş aynı mevzuyu yoksa irem senmisin amk?

    http://answers.yahoo.com/...qid=20120501024834AAbB0ji
    ···
  9. 34.
    0
    @29
    çok gibko bi çözüm bu panpacim.

    formulu optimize etmek lazım.
    ···
  10. 35.
    -1
    http://answers.yahoo.com/...qid=20120516010329AAy9uih
    ···
  11. 36.
    +1
    c bilmeyen itülü mü olur lan
    ···