✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Результат компіляції частини програмного коду:
double i = 4.9;
double j = Math.log(i);
System.
out.println(Math.exp(j));