I'm trying to make a code to show 3 random numbers in ascending order typed by the user however I do not understand why my code is not working
#include <stdio.h>
main(){
int numeros[3],a,b,c,maior=0,menor=0,medio=0;
printf("Digite 3...
asked by
17.03.2017 / 21:01