Dear all,
I want to read data from a file which has four column and process the data for further calculation. After running the code it keeps given me 0.00000 as output. What do i do? Here is the structure of the code
program new
Implicit none
integer,parameter ::Nmax=1000
Integer ...