Problem of the Day
A new programming or logic puzzle every Mon-Fri

parseFloat

Building off of yesterday's problem let's try and build out parseFloat. Parse float has the added complexity of allowing for '.' characters. Depending on your language of choice you may need to identify floats versus ints. It should be fairly straight forward if you did parseInt from yesterday. If you haven't, now is your chance to catch up!

Enjoy!

Permalink: http://problemotd.com/problem/parsefloat/

Comments:

  • There are currently no comments. You can be first!

Content curated by @MaxBurstein