In a FORTRAN program I have set x=1.5,i=3, and j=2. What is the value of y if: y = 2*x + i/j 3.0 3.5 4.0 4.5 5.0 Back to the 201 Homepage or Next Question
y = 2*x + i/j