A. Math.ceil(2,4) B. Math.max(2,4) C. ceil(2,4) D. top(2,4)
A. round(7.25) B. rnd(7.25) C. Math.rnd(7.25) D. Math.round(7.25)
A. /*This comment has more than one line*/ B. //This comment has more than one line// C. <!--This comment has more than one line-->