madan gopal
Technical User
its throwing error: non-numeric character in statement lable (1)
all the programs are throwing the same error request help
program hello
implicit none
character*32 text
text = 'Hello World'
write (*,*) text
end
all the programs are throwing the same error request help
program hello
implicit none
character*32 text
text = 'Hello World'
write (*,*) text
end