Write a program that outputs the results of the following evaluations based on the number entered by the user.
1. Natural logarithms of the number
2. Absolute value of the number
3. Random numbers between 0 & 1
Answers
Answered by
1
2.use function Math.abs()
3.use function Math.random(0,1)
3.use function Math.random(0,1)
Kakonghoshmoulick2d:
thanks
Similar questions