Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

How can i add files in fortran?

+12 votes
asked Oct 14, 2023 by Diego Chaya de los RĂ­os (220 points)

1 Answer

0 votes
answered Oct 26, 2023 by Peter Minarik (86,240 points)
What do you mean "add files"?

If you mean perform file read/write operations then look at this tutorial on Fortran file handling: https://www.tutorialspoint.com/fortran/fortran_file_input_output.htm

If you mean to add a new file to your OnlineGDB project, then it's the same as with any other language, just click the NEW FILE icon, 2 to the left of the green RUN button.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...