+ 3
Acsending Order
I want to Write a c++ code that reads three numbers and puts them in Acsending Order..could anyone give me any idea?
4 ответов
+ 16
Yes you can.. or try something with ternary operator.
Since you only want to sort 3 numbers.. if else can be done...
+ 3
@Frost thank you alot..but can we do he same thing using IF ELSE instead of Arrays?
+ 1
@Frost thnx but what is a ternary operator?