Computer Science, asked by Auliya, 1 year ago

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 Kakonghoshmoulick2d
1
2.use function Math.abs()
3.use function Math.random(0,1)

Kakonghoshmoulick2d: thanks
Similar questions