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

PROGRAMMING:Getting started with jmu-java-01

Luz5年前 (2021-05-10)题库431
This topic requires reading in a number of integer or floating-point numbers represented by a string ending with carriage return, and then summing all the numbers in each number.
###Input format:
One integer or floating point number per line. It is guaranteed to be within the floating point range.
###Output format:
The sum of the numbers in an integer or floating point number. The title guarantees and is in the range of integer.
###Input example:
```in
-123.01
two hundred and thirty-four
```
###Output example:
```out
seven
nine
```






answer:If there is no answer, please comment