-->
当前位置:首页 > 题库

PROGRAMMING:Find the formula

Luz5年前 (2021-05-10)题库435
Program to find $$y = [sqrt {ax} + [ln (a + x) + e ^ x $$. From the keyboard input a and X, the output results retain 2 decimal places.
###Input format:
Enter the values of a and X from the keyboard, separated by spaces.
###Output format:
2 decimal places are reserved for the output.
###Input example:
```in
5.5 2.4
```
###Output example:
```out
y = 16.72
```







answer:If there is no answer, please comment