nagendra

4 Reputation

0 Badges

16 years, 142 days

MaplePrimes Activity


These are answers submitted by nagendra

I HAVE APROGRAM IN FORTRAN WITH GO TO COMMAND LIKE

 10 for i = 1,100

       x = 5*i^2 +2* i -2

                  if  (x.eq.20) then go to 10

                  end if

       print*, x

end

How to write this program in maple codes. I am looking for the codes in maple which is equivalent to the 'go to ' in fortran.?

Thank you for your time.

Page 1 of 1