Your task is to write a program to convert the data in lane9.txt to a frame score format from Bowling. Write a function CleanFile to rewrite lane9.txt to cleanlane9.txt removing the text from the file and writing just the integers and spaces to the new file. Write a function ReadPins to read the INTEGER data from cleanlane9.txt to an array called PinArray. Write a final function called Score Game that converts PinArray into the frame scores to be printed to the monitor.