Merhaba arkadaşlar. Sanırım Arrays konusuyla alakalı apmaya çalıştığım ama konuyu pek iyi anlamadağım için ödev için sizden yardım istiyorum ödev şu şekilde:
n!/n^n (n 1 ile sonsuz aralığında)
Yukarıdaki serinin değerini verecek C serisi yazmalıyız. Bu program MAİN fonksiyonu ve fonksiyon içermeli.
Witin 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.
Olabilecek en basit halde bu fonksiyonu yazarsanız çok sevinirim.
Yardımcı olabilecek arkadaşların yardımlarını bekliyorum. Şimdiden herkese teşekkür ederim.
n!/n^n (n 1 ile sonsuz aralığında)
Yukarıdaki serinin değerini verecek C serisi yazmalıyız. Bu program MAİN fonksiyonu ve fonksiyon içermeli.
Witin 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.
Olabilecek en basit halde bu fonksiyonu yazarsanız çok sevinirim.
Yardımcı olabilecek arkadaşların yardımlarını bekliyorum. Şimdiden herkese teşekkür ederim.