Print the Floating Point Values | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Print the Floating Point Values

The program must accept a string value S as the input. The program must print all the floating point value Input: hello12.34madam45.67 Output: 12.34 45.67es in the string S as output.

6th Aug 2018, 12:20 PM
Gokula Krishnan S
Gokula Krishnan S - avatar
1 ответ
- 1
regular expresions package maybe
7th Aug 2018, 5:23 PM
Anton Böhler
Anton Böhler - avatar