CLS PRINT "Problema 2" INPUT "Cuanto sacastes en el primer parcial ", A1 INPUT "Cuanto sacastes en el segundo ", A2 INPUT "En el tercero ", A3 INPUT "Y en el cuarto ", A4 LET A5 = (A1 + A2 + A3 + A4) / 4 IF A5 > 3 OR A5 = 3 THEN PRINT "Felicidades, aprobo", A5 ELSE PRINT "Lo siento, reprobo", A5 END IF