VISUAL 2008

Page 80

lblmateria6.Text = " GESTION DE PROYECTOS" End Select 18) Programamos el promedio general y la equivalencia general PRESIONAR PARA IR A CAMBIAR EN “NAME”

PRESIONAR PARA IR A CAMBIAR EN “NAME”

EDITAMOS EN (NAME) txtproge

EDITAMOS EN (NAME) txtequito

19) Por ultimo comenzaremos a programar en Button1 txtproge.Text = Format((Val(txtpro1.Text) + Val(txtpro1.Text) + Val(txtpro1.Text) + Val(txtpro4.Text) + Val(txtpro5.Text) + Val(txtpro6.Text)) / 6, "##.00") If Val(txtproge.Text) >= 7 Then txtequito.Text = "APROBADO" ElseIf Val(txtproge.Text) >= 5 And Val(txtproge.Text) <= 7 Then txtequito.Text = "SUSPENSO" ElseIf Val(txtproge.Text) < 5 Then txtequito.Text = "REPROBADO" End If End Sub 20) Si el estudiante reprueba más de 3 materias pierde el semestre

COMPILADO POR: GUSTAVO MASAQUIZA


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.