Karekök ve küpkök hesaplama VB 6.0
[code language=”VBNET”]Private Sub Command1_Click()
Label1.Caption = (Text1.Text) ^ (1 / 3)
End Sub
Private Sub Command2_Click()
Label1.Caption = Sqr(Text1.Text)
End Sub[/code]
Karekök ve küpkök hesaplama VB 6.0
[code language=”VBNET”]Private Sub Command1_Click()
Label1.Caption = (Text1.Text) ^ (1 / 3)
End Sub
Private Sub Command2_Click()
Label1.Caption = Sqr(Text1.Text)
End Sub[/code]