Bob has been working on a Go program that uses a custom split function ScanFloats to validate float64 input.
Now Bob needs some assistance with his program to set ScanFloats as the Scanner split function and create a for loop that calls the Scan() function to output the scanned data. Please help Bob write the additional required code.