06.05.2013 Views

CONTENIDO DE LA LECCIÓN 18

CONTENIDO DE LA LECCIÓN 18

CONTENIDO DE LA LECCIÓN 18

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

MIGUEL Á. TOLEDO MARTÍNEZ<br />

a[j] = a[j + 1];<br />

a[j + 1] = temporal;<br />

}//Fin de if<br />

}//Fin de burbuja()<br />

void escribirArreglo(const int a[], int tamano)<br />

{<br />

for(int j = 0; j < tamano; j++)<br />

{<br />

if(j %20 == 0)<br />

cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!