I want to find MAXIMUM Value from my three values.
I have next doubles:
currentWave
secondWave
thirdWave
F.e. they have next values:
currentWave - 10
secondWave - 30
thirdWave - 15
What I need to code to find that 30 is the maximum of these three values?
This values are always refreshing (when new wave comes).
Thanks!

Comment