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

PROGRAMMING:Data type conversion

Luz5年前 (2021-05-10)题库414
This topic requires the definition of a float type variable, keyboard input greater than 0 and less than 100 real numbers, split into integral parts and decimal parts. Output product
###Input format:
Enter a positive real number.
###Output format:
Split into integer part and decimal part, output product, keep two decimal places.
###Input example:
```in
twelve point one five
```
###Output example:
```out
one point eight zero
```







answer:If there is no answer, please comment