1.

What will the following functions return when executed ? (i) Math.max(-17, -19) (ii) Math.Ceil(7.8)

Answer»

(i) It will return -17. 

(ii) It will return 8.0



Discussion

No Comment Found

Related InterviewSolutions