- Joined
- Mar 27, 2008
- Messages
- 8,035
Okay you see, I wanna compare values and debug the value on screen.
Currently, this is what I'm doing;
Any other algorithm you would like to present ? Come on, don't be shy ;p
NOTE: I know "what happens if i1 = i2 , i1 = i3 , vice-versa ?"
Don't jump into that yet (but if you want, that's good).
I just wanna compare X values at once and debug the biggest value (assume that all values are not the same).
Currently, this is what I'm doing;
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
i1 Greater than i2
-
i1 Greater than i3
-
-
Then - Actions
-
Game - Display to (All players) the text: i1 is greatest
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
i2 Greater than i1
-
i2 Greater than i3
-
-
Then - Actions
-
Game - Display to (All players) the text: i2 is greatest
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
i3 Greater than i2
-
i3 Greater than i1
-
-
Then - Actions
-
Game - Display to (All players) the text: i3 is greatest
-
-
Else - Actions
-
-
-
-
-
-
Any other algorithm you would like to present ? Come on, don't be shy ;p
NOTE: I know "what happens if i1 = i2 , i1 = i3 , vice-versa ?"
Don't jump into that yet (but if you want, that's good).
I just wanna compare X values at once and debug the biggest value (assume that all values are not the same).