how to creat a series which rearranges a series...
Posted: Wed Jul 04, 2012 2:24 pm
for example, i have a series:
{4,3,5}
I want to creat a series which rearrange it with a ascending order to :
{3,4,5}
how to write code??
thanks !
{4,3,5}
I want to creat a series which rearrange it with a ascending order to :
{3,4,5}
how to write code??
thanks !