how to sort my integer to lowest to highest using command line arguments | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

1st Aug 2017, 4:27 PM
Totot Gamer
Totot Gamer - avatar
0 Answers