Arkadaşlar bunun icin 3 adet textbox ve 1 adet buton ekleyin..
Buton adını BAK diye değiştirin....VE BUTONA KODLARI YAZIN
PHP Code:
private sub command1_click()
dim a,b,c,eb,ek as long
a = Text1.Text
b = Text2.Text
c = Text3.Text
If a > b And a > c Then
eb = a
ElseIf b > a And b > c Then
eb = b
ElseIf c > a Then
eb = c
End If
If a
3 sayıdan en buyuk ve en kucuğu bulma programı
Programlama0 Mesaj
●26 Görüntüleme
- ReadBull.net
- Programlama ve Yazılım
- Programlama
- 3 sayıdan en buyuk ve en kucuğu bulma programı