Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Kindly Solve this question a clear picture is attached below Java oop programming language thank you. Question no 01: Howell University is an accredited European
Kindly Solve this question a clear picture is attached below Java oop programming language thank you.
Question no 01: Howell University is an accredited European university, which offers a range of courses to its students. It strives to provide students the very best in terms of education and course content. Now, the university management is introducing a new IQ testing system for its MBA students, which is an add-on to the traditional Examination System. The IQ test will test the students on four different subjects like Aptitude, English. Mathematics, and General Knowledge. Consider yourself to be a part of the software development team that is supposed to design the application in Java. First, the application asks the student the number of attempt. If student responds with a value higher than 1, then the application terminates and displays a message. However, if the student is attempting the test for the first time, it displays the following menu: 1. Aptitude 2. English 3. Math 4. GK 5. Exit On entering a value between 1 and 4, the application displays a corresponding question. Note that the student can attempt only once for every subject listed. For every correct answer the student gets a score of 10 points. Once the student appears the test for all the subjects, he/she can choose to exit the application. After selecting the Exit option, the student can obtain the total marks printed on the screen. The total scores should be calculated by adding up all the individual scores in each subject. Next, the application displays the following based on the score: Bonus points earned Total score out of 50 Message on IQ level The application displays the bonus points based on the following conditions: 1. No bonus point is given, when the total score equals to 10. 2. A bonus of 2 points is given, when the total score equals to 20. 3. A bonus of 5 points is given, when the total score equals to 30. 4. A bonus of 10 points is given, when the total score equals to 40. The final score will be decided after adding the total score and bonus points. Based on the final score obtained the following message will be displayed for IQ level: 1. If the final score is greater than or equal to 40, then a message stating 'You are a genius is displayed. 2. If the final score is greater than or equal to 30. then a message stating "You are intelligent" is displayed. 3. If the final score is greater than or equal to 20. then a message stating "Your IQ level is average is displayed. 4. If the final score is greater than or equal to 10, then a message stating "Your IQ level is below average is displayed. 5. Otherwise, a message stating "You need to re-appear the test" is displayedStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started