Re: ordinate a sequences of number




<gambato@xxxxxxxxxxxx> wrote in message
news:1130594803.624636.259900@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> hi!!
> I need to ordinate a lot of number in a growing way. I tryed to write
> this program but it doesn't work ....what is wrong?
> Can you help me?Thank you very much!
>
Well, two tips. The first is to add the statement IMPLICIT NONE to your
program, you will then discover that a variable name is mistyped. Then you
must consider what's happening by stepping through the logic. For instance,
your code would appear to repeatedly find the minimum value because it's not
marked as found. Test in on a small data set of, say, 10 values.

Hope that helps,

Mike Metcalf


.



Relevant Pages