Occupant:
Thanks for your help. It not only helped in the particular small program that I sent but also in a much bigger program requiring iterative computations to solve a differential equation numerically.
Third time that I will try to upload the whileuse program. It looks like I have taken the necessary steps to upload the file.http://files.engineering.com/getfile.aspx?folder=6bf76f21-2dea-4262-ad08-ca9e3d6178c8&file=WhileUse.mcd
I am trying a simple program to sum all the integers, say, from 1 to 10 twice. I am trying to use two while loops, the inner one (while i less than or equal to ie) to sum from i = 1 to 10 and outer one from n = 1 to ne. But I fail to get the correct result of 110 when I set ne = 2. It just gives...