VB - Matrices
VB - Matrices
Programación
Tarea Nº6
Tema:
Matrices
Nombre:
Dayana Castrejón
Cédula:
8-922-714
Grupo:
1IC124
Profesor:
Emilio Batista
Fecha:
Junio 17,2017
Tarea Nº6
Matrices
Fila = Val(TextBox1.Text)
Columna = Val(TextBox2.Text)
If i = j Then
DA = DA + Val(DGA.Rows(i).Cells(j).Value)
DB = DB + Val(DGB.Rows(i).Cells(j).Value)
End If
TextBox3.Text = DA
TextBox4.Text = DB
TextBox9.Text = SumaA
TextBox10.Text = SumaB
Next
Next
End Sub
Fila = Val(TextBox1.Text)
Columna = Val(TextBox2.Text)
TextBox5.Text = MxA
TextBox6.Text = MxB
End Sub
TextBox1.Text = ""
TextBox2.Text = ""
TextBox3.Text = ""
TextBox4.Text = ""
TextBox5.Text = ""
TextBox6.Text = ""
TextBox7.Text = ""
TextBox8.Text = ""
TextBox9.Text = ""
TextBox10.Text = ""
End Sub
End Class
C. Programa Ejecutado