) java)Case1: Write a menu driven program that allows you to visit cities of oman in random order with following options. 1: Visit a city 2: Go to previous city 3: Quit the program When user presses...






)
java)Case1: Write a menu driven program that allows you to visit cities of oman in random order with following options.



1: Visit a city              2: Go to previous city                        3: Quit the program



When user presses 1: program asks user to enter the city name, and then display that the city has been visited. Please note user can visit a city any number of times



When user presses 2: Program takes you back to the previous city



When user presses 3: Program terminates



See the below example how program interacts with the user:





C:> 1: Visit a city                            2: Go to previous city                                     3: Quit the program


Enter your choice …


1


Please enter a city to visit..


Muscat


You are in Muscat now…



Enter your choice...


1: Visit a city                                   2: Go to previous city                                     3: Quit the program


1


Please enter a city to visit..


Ibra


You are in Ibra now…



Enter your choice...


1: Visit a city                                   2: Go to previous city                                     3: Quit the program


1


Please enter a city to visit..


Sohar


You are in Sohar now…



Enter your choice...


1: Visit a city                                   2: Go to previous city                                     3: Quit the program


2


You are in Ibra now…



Enter your choice...


1: Visit a city                                   2: Go to previous city                                     3: Quit the program


1


Please enter a city to visit..


Nizwa


You are in Nizwa now…



Enter your choice...


1: Visit a city                                   2: Go to previous city                                     3: Quit the program


2


You are in Ibra now…



Enter your choice...


1: Visit a city                                   2: Go to previous city                                     3: Quit the program


2


You are in Muscat now…



Enter your choice...


1: Visit a city                                   2: Go to previous city                                     3: Quit the program


2


You are back to your original place…



Enter your choice...


1: Visit a city                                   2: Go to previous city                                     3: Quit the program


3


Program terminates…


Jun 02, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here