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

PROGRAMMING:piecewise function 2

Luz5年前 (2021-05-10)题库548
Develop a program to calculate a piecewise function.
![ piecewise2.png](~/a777e1ed-94dd-45ac-b85c-f82b52758e79.png)
### Input Specification:
Input a decimal number (real number) for x
### Output Specification:
Output the value of x and y. keep 2 decimal numbers. Seperate by ','
### Sample Input:
```in
three point seven five
```
### Sample Output:
```out
x=3.75,y=46.69
```







answer:If there is no answer, please comment