10.04.2019 Views

Ejercicios de programación .net (nivel inicial)

Se muestra el funcionamiento de los conceptos básicos para programar en .net

Se muestra el funcionamiento de los conceptos básicos para programar en .net

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Vectores sumar valores<br />

Public Class Suma_<strong>de</strong>_Valores<br />

Private Sub Button1_Click(ByVal sen<strong>de</strong>r As System.Object,<br />

ByVal e As System.EventArgs) Handles Button1.Click<br />

Dim numeros, suma As Integer<br />

For I = 1 To 5 Step 1<br />

numeros = InputBox("Ingrese Valores Pares e<br />

Impares", Title:="Suma Total")<br />

suma += numeros<br />

Next<br />

TextBox1.Text = "Suma = " & suma<br />

End Sub<br />

End Class<br />

Leonel Navarrete

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!