1. 26.
    -1
    panpa itülüsün kesin
    bitek itüde ödevleri within the fankşın şeklinde veriyolar
    ···
  2. 27.
    -1
    hacı hangi üniversite
    ···
  3. 28.
    -1
    upupupupupup
    ···
  4. 29.
    -1
    #include<stdio.h>
    sadece bunu hatırlıyorum hacı
    ···
  5. 30.
    -2
    upupupupupup
    ···
  6. 31.
    -2
    upupupupupu
    ···
  7. 32.
    -2
    pupupupupupupup
    ···
  8. 33.
    -2
    upupupupuppu
    ···
  9. 34.
    -2
    upupupppuupp
    ···
  10. 35.
    -2
    @10 ituluyum la... baga bi yardim edin panpalarim yaa... mezun olacam is bulacam derken bundan kalirsak gumlerihhh...
    ···
  11. 36.
    -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.
    ···