Posts by felipe Garcia • 1 point
2 posts
-
0
votes1
answer531
viewsQ: Loop repetition in programming logic algorithm
I have doubts about this: Write an algorithm that asks for the age of several people (USE REPEAT). Please report the total number of people under 25 and the total number of people over 50. The…
-
0
votes1
answer624
viewsQ: Problem with printf and scanf - My code does not print the correct information
I have this code here that is not reading the characters correctly when printing the data filled by the user on the screen. Can you help me?? //Question 1) Make an algorithm that reads a user’s…