Write a program that figures out whether there is a file named data.txt. If data.txt exists, the program must exit 0 (for example, return 0 from main); otherwise it must exit 100. You may assume that nothing unusual will happen; for example, you may assume that there are no disk errors.