Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 13, 2019 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/51bee298200afa7a7d648fbb0038e619 to your computer and use it in GitHub Desktop.
Save parzibyte/51bee298200afa7a7d648fbb0038e619 to your computer and use it in GitHub Desktop.
printf("Imprimendo arreglo:\n");
for (int x = 0; x < longitud; x++) {
printf("%d ", arreglo[x]);
}
printf("\nMediana: %d", mediana);
printf("\nMedia: %f", media);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment