0
I try to excuse the greatest number - what's wrong in the code, mathematics it's right
2 odpowiedzi
+ 6
Yeah, 10>0 is always true. But, you didn't check this for other variables.
Try using loops instead
+ 3
I think you want to determine the max of x, y and z?
In your code you currently only check if x is greater than zero...