Recent content by joao_mart

  1. J

    Fortran Integer overflow on assignment

    Thanks a lot for the help. I spent some time and finally figured out that the type of loop that I was trying to do wasn't possible with the commands I was using. but i got the program to run perfectly in the end. Thanks so much for the help and advices, i really appreciate the time you spent...
  2. J

    Fortran Integer overflow on assignment

    I did all the do while g<i because the program has to read grades of 5 classes. My bad, i uploaded one with only 3 classes. I'm not sure what you meant by return values, but the M1 is supossed to read all the students 'Registrations', and M2 is a array for all the students names.
  3. J

    Fortran Integer overflow on assignment

    Hey guys, I have an assignment on fortran, which basically is supposed to read grades of a class and print them in alphabetical order and wether if the student failed or passed the class. We're supposed to do everything using our basic knowledge of fortran. When I run it it says 'integer...
Back
Top