Visual Basic birkaç örnek metot

Function Faktoriyel(ByVal f As Integer) As Integer
Dim a, b As Integer
a = 1
For b = 1 To f
a = a * b
Next
Return a
End Function
 
Bu siteyi kullanmak için çerezler gereklidir. Siteyi kullanmaya devam etmek için çerezleri kabul etmelisiniz. Daha Fazlasını Öğren.…