Vous êtes sur la page 1sur 2

AREA DE UN CRCULO.

1. PROGRAMACIN.
Private Sub Command1_Click()
Text1 = ""
Text2 = ""
Text3 = ""
Text1.SetFocus
End Sub
Private Sub Command2_Click()
Dim r, A As Single
r = Text1.Text
Text3.Text = r ^ 2 * 3.1416
A = Text3.Text
End Sub
Private Sub Command3_Click()
End
End Sub

2. DIAGRAMA DE FLUJO.

INICIO

Datos r

rea =
r

rea

FIN

Vous aimerez peut-être aussi