In a FORTRAN program I have set x=2.0, a=2.0 and b=4.0. What is the value of y if: y = a*x+b**2/x ? 8.0 12.0 16.0 32.0 64.0 Back to the 201 Homepage or Next Question