Posts by luiza • 29 points
3 posts
-
1
votes1
answer742
viewsQ: Bubblesort - Lexicographic (Alphabetical Order) repeats the first name
I’m doing a name-ordering exercise with Bubblesort, but when ordered, the first name repeats. Example: I put to register 5 people: Ana Luiza Gabriel Esther Luciana And the ordination comes out as…
-
-2
votes1
answer736
viewsQ: Render and display the Matrix in C (dev c++)
I have to do this: Make a program that loads a 12x4 matrix with the values of sales of a store, where each row represents one month of the year and each column represents a week of the month.…
-
0
votes1
answer390
viewsQ: Problem with calculating the mean in C language
I’m doing this exercise: 4 - Write an algorithm that reads a set of 50 chips, each one containing the height and sex of a person (1 = male and 2 = female), and calculates and prints: The biggest and…