Question
Implement a very basic menu driven, console based Java application. See the annotated storyboard sample for more information on how your application should look and
Implement a very basic menu driven, console based Java application.
See the annotated storyboard sample for more information on how your application should look and function. There is no other specification for this problem, meaning you have lot of flexibility on how it should work as long as the supports more than one level of menus and does something, however trivial it may be. Or, you could simple implement what is shown in the attached sample: simpleconsolemenudrivenprogram.pdf
However, you are expected to make use of at least the following features from first eight chapters from our textbook and appendices (as this is designed as a review of CSC 142 materials): loops preferably do-while, javadoc commenting, switch statement, methods with parameters, exception handling (try-catch) and throw exception(s).
Step 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