Question: create a Menu system with the options listed below. should be developed separately from the others. Menu should look something like: Enter 1 for Character

create a Menu system with the options listed below. should be developed separately from the others.
Menu should look something like:
Enter 1 for Character Counting
Enter 2 for Fibonacci
Enter 3 for Fibonacci Reversed
Enter -1 to quit
After a menu item is selected, implement the steps belor
When the option is complete and all output is displayed, displayed again.
Menu Hint
See section 3.7 Detecting multiple features with branches build the me.
Prompt the user for a string to enter
Prompt the user for a character to count
* Method input parameters
0 String of text
0 A single character
Return the number of occurrences of that character i
In the main method, display the string that was enter that was counted, and the total occurrences of that c
All calculations should be done in the Character Coun
All input and output should be done in the main methc
For simplicity, do not worry about case sensitivity
Hints
0 Section 4.8 String access operations
* This section has information about readin as well as character comparisons.
Prompt the user for the quantity of Fibonacci numbers
Method input parameters
0 Number of Fibonacci numbers to calculate
edictions: On
Accessibility: Good to go
 create a Menu system with the options listed below. should be

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!