Skip to content

Commit

Permalink
Update Desafio3
Browse files Browse the repository at this point in the history
  • Loading branch information
MkEd96 authored Apr 27, 2023
1 parent c351714 commit 930825c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Desafio3
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ do{

for(int i=0;i<n;i++){
for(int j=0;j<n;j++){
if(promedios[j]>promedios[j+1]){
if(promedios[j]<promedios[j+1]){
temp=promedios[j];
TempNombre = nombres[j];
nombres[j]=nombres[j+1];
Expand Down

0 comments on commit 930825c

Please sign in to comment.