Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program that presents the user with 6 menu choices. [0] to Exit [1] option 1 [2] Option 2 [3] Optioni] [4] Option 4

image text in transcribed
image text in transcribed
Write a program that presents the user with 6 menu choices. [0] to Exit [1] option 1 [2] Option 2 [3] Optioni] [4] Option 4 [5] option 5 . If the user enters a zero, the program terminates. If the user enters a one, the program displays a mensage (such as "You solected Option 14 ) and then the program waits for the user to press a key and enter. You selncted option 1 Press any key and then entor to continue After the user presses a key and enter the main 6 options are displayed again. Options t to 5 wil work the same as option 1. Hint - the main loop should be do \{ System.out.println(prompt); System.out.println("Enter a number from to "+5+":" ) ; option = input, nextInt(); I/ bunch of if statements and/or switch statement \} while (option >=188 option

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Object Oriented Databases Prentice Hall International Series In Computer Science

Authors: John G. Hughes

1st Edition

0136298745, 978-0136298748

Students also viewed these Databases questions