PROGRAMMING:Mathematical function call
Program to complete the following formula calculation.
y=sin(x)+cos(x)
###Input format:
Enter a real number.
###Output format:
Output the result calculated according to the formula, with two decimal places reserved.
###Input example:
```in
one point five
```
###Output example:
```out
one point zero seven
```
answer:If there is no answer, please comment
y=sin(x)+cos(x)
###Input format:
Enter a real number.
###Output format:
Output the result calculated according to the formula, with two decimal places reserved.
###Input example:
```in
one point five
```
###Output example:
```out
one point zero seven
```
answer:If there is no answer, please comment