AllBasic
DGS Puan Hesaplama
Sayısalcılar İçin DGS Puan Hesaplama Programı yapmaya ne dersiniz?Evvela formumuza 4 tane textbox ve bir tane buton ekliyoruz.
Butonumuza çift tıkladığımızda aşağıdaki kodu giriyoruz.
Dim a As Integer
a = Val(Text1.Text) * 1.3 + Val(Text2.Text) * 0.3 + Val(Text3.Text) * 0.6 + 106
Text4.Text = a
Hepsi bu kolay gelsin...