CLS PRINT "Problema 3" INPUT "Diga la calificacion del aspirante ", A1 IF A1 > 90 OR A1 = 90 THEN PRINT "Felicidades, aprobo" ELSE PRINT "Lo siento, reprobo" END IF