0
how can I make program to find the bigger of the three numbers without using conditional operators
2 Respostas
+ 1
Conditional operator is ?. right?
You can easily change these condition using if else statement.
Apart from this, there is predefined methods available
+ 1
if you have these in a list, you can do list.Max(). Should work