Write an application that displays a series of TEN(10) multiple choice questions: the questions should cover all the Java topics we have learnt in class thus far. Each question should have 4 possible answers and only one answer should be correct. Your application should allow a user to answer the questions and at the end displays the list of all questions answered correctly and those answered incorrectly as well as the percentage of the correctly answered question.