0
how to sort my integer to lowest to highest using command line arguments
example int a = Integer.parseInt(args[0]); int b = Integer.parseInt(args[1]); int c = Integer.parse.Int(args[3]); when i input 8 5 6 the output is 5 6 8 but when i tried my ouput is 8 5 6 how to i sort this
1 ответ