Java Program- ASC & DESC Order
by Rathindra Nath Karmakar in Circuits > Computers
795 Views, 5 Favorites, 0 Comments
Java Program- ASC & DESC Order
This simple java program arranges numbers in ascending as well as descending order. You can download this code using the link provided. Run exactly this code, for if you make some changes, there may be unexpected output. Later, I will explain the complicated blocks of code in another post. As for now, play around with this code.
(Note:
*This program accepts only Double type numbers. You can make it Long Double type, but I cannot give you the guarantee that the program will run correctly.
**There are certain lines of code which may not be logically required, but they are important to get the expected output.
)