PROGRAMMING:C programming experiment 3-5
Utilization

The value of SiNx is calculated until the absolute value of the last term is less than 10 $$^ {- 5} $$. It is required to count the number of items involved in the accumulation in the process of calculation.
###Input format:
Enter the value of X from the keyboard.
###Output format:
Output the value of SiNx and the accumulated number of items in the form of output examples, where the value of SiNx retains two decimal places.
###Input example:
```in
one point five seven
```
###Output example:
```out
sin(x)=1.00
count=6
```
answer:If there is no answer, please comment

The value of SiNx is calculated until the absolute value of the last term is less than 10 $$^ {- 5} $$. It is required to count the number of items involved in the accumulation in the process of calculation.
###Input format:
Enter the value of X from the keyboard.
###Output format:
Output the value of SiNx and the accumulated number of items in the form of output examples, where the value of SiNx retains two decimal places.
###Input example:
```in
one point five seven
```
###Output example:
```out
sin(x)=1.00
count=6
```
answer:If there is no answer, please comment