Posts by Aline de Paula • 63 points
2 posts
-
4
votes1
answer34
viewsQ: Sort with Selection Sort by size and alphabetically
I have a college exercise, but I need some help. I need to do a program that gets a list containing N nomes and returns a list of all received names sorted by size (number of letters) the Selection…
-
2
votes1
answer629
viewsQ: Program in python regarding the factor of odd numbers up to the one typed by the user
I must ask the user to enter an odd number and return on the screen the sum of the factorial of all the odd numbers until the one typed by the user. I did the part that validates if the number typed…