|
removing 0 from the begining of the array
well , in a problem I'm solving , i have to compare the lengths of 2 arrays ... if they have the same length it will do something , if they don't have it , it will do something else ..
but i failed in a test case that 1 array is 1988 and the other was 0908 ...
how can i remove 0 from the beginning of the array ?!
Thanks in Advance
Last edited by Hayzam : 08-21-2008 at 07:42 PM.
|