Which of the following will give the output as 3?

  1. (abs (sqrt 8))

  2. (modulo (ceiling (sqrt 8)) 2)

  3. (max (floor (sqrt 8)) (round (sqrt 8)))

  4. (min (truncate (sqrt 8)) (abs (sqrt 8)))


Correct Option: C

Find more quizzes: