Implement a simple math quiz, whose interface is given below, using JavaScript and HTML. The user can choose to do a quiz on integer/float/complex-number addition or ...
Math.round / Math.ceil / Math.floor : Rounds a number to the nearest integer. Math.log / Math.log10 / Math.log2 : Compute the natural logarithm, base-10 logarithm, and base-2 logarithm of a number.