The correct FORTRAN expression corresponding to the mathematical expression sin (x+n) is1) SIN (X+N)2) SIN (ABS(X+N)3) SIN (X+FLOAT(N)4) SIN (X+ABS(N))