Computer Science, asked by Shauna05, 9 months ago

Find the natural log of 23 with a suitable value (In JAVA programming)

Answers

Answered by mdaymaan9
1

Answer:

double a = Math.log(23);

Explanation:

Hope this helps!!

Answered by kavita2251592
0

Answer:

use Math.log()

double l=Math.log(23)

Explanation:

HOPE THIS WILL HELP U!!!

Similar questions