Ex2: Write a programm which: -open the file Garbage.txt; -Read its content and print it; -write the line "I am going to be erased" by using WriteFile (remember that if not specified differently, WriteFile erase the content of a file and write in it); -print the new content of file; -delede it; -verify that the file has been deleded by using the proper File method.