Computer Science, asked by TbiaSamishta, 1 year ago

name the function that converts a string value into an equivalent number

Answers

Answered by aqibkincsem
1

The function that converts the digits from a string into an Equivalent number is the VAL Function.

The string that requires conversion is analyzed by the VAL Function as it searches for any object which is not a number, full stop, Tab pr space.

The Function then begins to convert all such objects to numbers as may be appropriate.

Similar questions