Wednesday, November 24, 2010

FoRtRaN: Program to find the root of Quadratic Equation

FoRtRaN: Program to find the root of Quadratic Equation: "implicit double precision(a-h,o-z) write(*,*) “please provide the a,b,c coeff” read(*,*) A,B,C D=B*B-4*A*C if(D.GT.0) then root1=(-B/(2*A))..."

No comments:

Post a Comment