Posts by Agatha França • 3 points
1 post
-
-2
votes1
answer50
viewsQ: Can you convert an array of strings to a double array without concatenating the decimal numbers in the conversion?
I would like that, somehow, after converting the string array to double, the values remain floating point. I put the input as, for example, 5.5 6.5 7.8 2.5 6.2, and during the conversion is not…