can you guys help me with my assignment given to me,
my prof. said ..
create a java class that will accept four Integers
& develop a method that will arrange the accepted integer from highest to lowest.
example:
if you enter random number like: 10 6 7 9
the output is:
10
9
7
6
im try starting coding about this but i just got error,
i use some if condition and still cant get through..
please help me.