Ask your own question, for FREE!
Computer Science 23 Online
OpenStudy (anonymous):

I need help (about fortran languange).., please check my script..,

OpenStudy (anonymous):

program value implicit none real::a,b,d,x read*,a read*,b read*,d if(a .ne. 0.0)then if (d<0.0)then write(*,*)'Invalid input data d negative' else x=b*sqrt(d)/a end if else write(*,*)'Invalid input a zero' end if print*,x end program value

OpenStudy (anonymous):

Have you tried compiling?

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!