tehlikelidir uyarıyorum :)
[html] Response.Write faktorbul (5) Function faktorbul ( sayi ) If sayi <= 1 Then faktorbul = 1 Else faktorbul = sayi * faktorbul ( sayi - 1 ) End If End Function [/html]
Emre Tekelioğlu
2008-09-14 | diger-diller
[html] Response.Write faktorbul (5) Function faktorbul ( sayi ) If sayi <= 1 Then faktorbul = 1 Else faktorbul = sayi * faktorbul ( sayi - 1 ) End If End Function [/html]
Emre Tekelioğlu