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-->
A. ' This is a comment B. <!--This is a comment--> C. //This is a comment