Can you help me with this grade 11 computer science assignment, it… Can you help me with this grade 11 computer science assignment, it inv
Can you help me with this grade 11 computer science assignment, it… Can you help me with this grade 11 computer science assignment, it involves needing to implement loops and have it as efficient as possible. A quick response would be much appreciated, it is due tonight. Thanks in advance. The Java Arcade Instructions The Java ArcadeYou will be creating a “Java Arcade” machine that contains two games:Guess My NumberThe Magic 8 Ball The program should open with a title message, such as “Welcome to the Java Arcade!” Next, the following menu should be presented to the user:Guess My NumberThe Magic 8 BallExit program Once the user has selected a number, they will play one round of their chosen game. When the game is done (DO NOT ask them if they want to play again), AUTOMATICALLY display the above menu again and ask the user for their next choice. The arcade program should continue until the user types in 3 to exit the program. You will also need to include an “error trap” for the above menu – if the user types in a number other than 1-3, they should see the menu again and be asked to type in another number. Notes:Your Guess My Number game gives the user 5 tries to guess the correct number. The correct number must be a random number between 1 and 50. If the user guesses incorrectly, tell them that their guess is too high or too low. For example, if the random number was 5 and their guess was 20, you need to tell them their guess is too high. This way they can get closer and closer to guessing the correct number.A Magic 8 Ball game prints messages such as “Yes”, “No”, “Maybe”, “Outlook Not Clear”, “Please Try Again”, and so on. You will ask the player how many questions they would like to ask the Magic 8 ball. For each question, the player will ask for a prediction (that requires a yes or no), and the computer will randomly output the answer to their question. You should have at least 8 possible outcomes. In addition to completing the task above, you will be assessed for your program’s efficiency (is there repeated code? did you choose the “right” loop?), cleanliness, and commenting.NOTE: As I am grading you on your knowledge of Java, I CANNOT troubleshoot your code for you**********IF YOU DO NOT ZIP YOUR CODE, I WILL NOT MARK IT**********Due Date May 12, 2022 11:00 AM Computer Science Engineering & Technology Java Programming COM 3U1 Share QuestionEmailCopy link


