Posts by Timafejn Yuri • 5 points
2 posts
-
0
votes2
answers152
viewsQ: Ordering values by pointers
Good, I was doing an exercise that asked to read 3 real numbers, order them and show in an orderly way. I thought making a function that uses pointers would be a good idea, but the program always…
-
-1
votes1
answer70
viewsQ: 5% URI error (in C language)
The code gives error in cases such as 576.73 or 576.43, in the coin field of 0.01 the other field answer correctly. I don’t know exactly the reason to return 2 coins of 0.01 in the above cases, but…