Report - Algoritmos y Programación Clase 8 - Bienvenidos · El algoritmo en Visual Basic: For i = 1 To N-1 For j= i+1 To N If(X(j) > X(i))Then temp = X(i) X(i) = X(j) X(j) = temp End if Next

Please pass captcha verification before submit form