---------------------------------------- ** On computer portion. Points: 20 points total, 5 points each question. 1) In this directory, create a file called examOne.txt. In the file, put your name at the top. Save the file. 2) Compile the file convertExamc.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 examOne.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 prints out as a hint whether the secret number is even or odd. Your code should work no matter what the secret number is (so you should use an if statement). 4) The file addExamc.cpp in this directory is supposed to add up the multiples of 10 between 1 and 10000. 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 exame, 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!!!