+ 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.
1 Resposta
- 1
regular expresions package maybe