Introduction - If you have any usage issues, please Google them yourself
Write a program to create a file named Exercise8_22.txt if it does not exist.Wite one hundred integers created radomly into the file using text I/O .Integer are separated by speces in the file. Read the data back from the file and display the sorted data.