Suppose there is a text file named "datafile.txt with some data in the root directory of your computer". Using your choice of language, C#, Java, or pseudocode, write code that (i) opens the file in read mode; (ii) displays the file content on the monitor screen; (iii) uses exception handling mechanism; and (iv) safely closes the file. You don't need to write the main() method.