Implement a java method with three local int variables A,b,c
Sort three of the values in ascending order by comparing and exchanging their values.
end of program a<=b<=c must hold.


its a...