7). HACER UN PROGRAMA QUE PERMITA ELEGIR 5 NOTAS DESAPROBADAS DE UN ALUMNO DE ING, DE SISTEMAS DE LA USAT.QUE LLEVA 9 CURSOS Y QUE LAS MUESTRE EN ORDEN DESCENDENTE. INICIO DIMENSIONAR A[50] x<-1 mientras x<=9 hacer leer a[x] x<-x+1 fin_mientras x<-1 mientras x<=9 hacer y<-1 mientras y<=9 hacer si a[x] > A[Y] entonces t<-a[x] a[x]<-a[y] a[y]<- t fin_si y<-y+1 fin_mientras x<-x+1 fin_mientras. x<-1 mientras x<=5 hacer escribe a [x] x<-x-1 fin_mientras fin Autor MARICELY GUEVARA SANCHEZ