Recent content by manugv

  1. M

    Fortran How to use a variable in format statement in Fortran?

    hello everyone! I was do programming in fortran and i wanted to print my answer in the format below. I was not able to do it. I have written a part of my program also. i.e, ##### greeting = 'Good Morning!' do 110 I = 1, 12 write (*,115) (greeting) 115 format (A<I>) 110 continue end ##### here i...
  2. M

    Fortran Learn About Fortran: A Beginner's Tutorial

    What is the syntax of format statement? hello everyone! I was do programming in fortran and i wanted to print my answer in the format below. I was not able to do it. I have written a part of my program also. i.e, ##### greeting = 'Good Morning!' do 110 I = 1, 12 write...
Back
Top