The exercise asks me to read 20 students and their respective heights and sex, and then show the average height and how many men and women we have.
What I did was the following:
int main() {
float altura, media;
char gen, mediam, me...
asked by
09.04.2018 / 15:15