05-19-2011 06:03 AM
I guess I did it 🙂
05-20-2011 07:03 AM - edited 05-20-2011 07:04 AM
Hey ppl,
It's me once again. Thank you to Nitzz to his, unfortunately partly solution as wanted by me. If you carefuly check the program written by Nitzz you will find if the array is decreasing as 13 12 10 9 8 and excetera the program will write exactly the same array as was given in the beginning or
given array:13 12 10 9 8---after program written by Nitzz---> 13 12 10 9 8 but I want that it will write: 13 0 0 0 0. So this program perfectly works for the case when you have the situation of the increased array, like 10 11 12 23 45. So I did some corrections to that program and it works good: (I did that the program also scan the array backwards or <---).(in the case of Nitzz the program scans array -->). you will see it if you see my program. Also I did that the first and last number doesn't change; its just looks like the graph begins and ends with some number.
Thanks again to Nitzz. 🙂
05-20-2011 07:16 AM
Hi Dimani,
Good work.. 🙂
Regards,
Nitzz