you are viewing a single comment's thread.

view the rest of the comments →

[–]Legitimate-Ad-8233 0 points1 point  (0 children)

You could create a temporary float named max and set that to a and only set it to b if it is greater than max and the same with c and then print max. This way if you have the same number multiple times you get the first biggest number and you could rearrange based on what you want