Problem
Write C++ program that will be used to take the entry test for university student. the program must have the following features
• For the correct answers, student get 4 marks.
• For the wrong answer, the student loses 1 mark.
• If the student answer the first four question wrong exit the program with the message "sorry. you did not qualify for admission"
• If the student score 20 marks, the program should display "congratution you have qualified for the admission " and exit
• There will be only 4 option for each question.