A.int(4.1) B.Int(4.9) C.Abs(int(-3.9)) D.Abs(int(-4.5))
A.x-1=2 B.x+1=y C.x=y+1 D.2*x=3
A.5<x<8 B.x<5 or x>8 C.x>5 and x<8 D.x>5 and x>8