---------------------------------------- ** On computer portion. Points: 20 points total, 5 points each question. 1) In this directory, create a file called exam1File.txt. In the file, put your name at the top. Save the file. 2) Compile the file convertExam.cpp that is in this directory. Compile the file so the executable program is called conv. Run the conv program and copy/paste what is printed into the exam1File.txt file as the answer to question 2. 3) The file passwordExam.cpp in this directory asks the user to enter an integer code. It checks that the code is correct before printing that the password has been entered correctly. Modify the program so that it first asks the person for their name, and each time it asks for the password it first says hello to them using the name they typed. 4) The file addExama.cpp in this directory is supposed to add up the odd numbers between 1 and 999. It has a syntax error right now, so it won't compile. Fix the syntax error, and compile the program so the executable program is called addition. !!!!!IMPORTANT!!!! When you are done with the exam, run the program finishExam that is in this directory. You will receive 0 credit for the exam if you do not run this file. Do not run finishExam until you are done!!!