0
What is the code in java to arrange the 3 numbers in ascending order without using array sorting ?
Please give the complete program
2 odpowiedzi
0
Look up.... Integer.max, Integer.min and Integer.sum......and remember ....the methods can be nested.
(just learning java myself....but i did manage to do it using the methods above).
0
You also have to arrange the numbers that is i guess swapping