LESSON 05 – MATH FUNCTIONS
WORK
Create the
following form that rounds a number that is provided by the user.
Create the
following form that calculates the power of one number exponent another. Use the pow Math function to do this.
QUESTION
3
Create the
following form that calculates the hypotenuse of a right triangle given the two
other sides. (It is the Pythagorean
Theorem.)