Page 1 of 1

Make a simple functional Battle menu that can run from command line. Modify the code so that it can run from command lin

Posted: Sun May 15, 2022 1:02 pm
by answerhappygod
Make a simple functional Battle menu that can run from command
line. Modify the code so that it can run from command line with
custom flags.
Your code should be able to handle 2 flags: -help and -run. The
following is what the two flags should make your program to
-help: The help flag should do the following.
Programming language is Java.