I have to do an exercise that receives numbers from the keyboard until I enter a 0 and show the number of ascending sequences (Example: 15, 9, 5, 3, 4, 6 has only 1 sequence). I did it like this:
int i;
int a[50];
int ascendente;
printf ("Ingr...
asked by
16.07.2018 / 19:45