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 for Character Counting
Enter for Fibonacci
Enter for Fibonacci Reversed
Enter 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 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
String of text
A single character
Return the number of occurrences of that character
In the main method, display the string that was enter that was counted, and the total occurrences of that
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
Section 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
Number of Fibonacci numbers to calculate
edictions: On
Accessibility: Good to go
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
