Question: ity Mode * Saved v v Search Mauc n Layout References Mailings Review View Help create a Menu system with the options listed below. Each
ity Mode Saved
Search
Mauc
n Layout References Mailings Review View Help
create a Menu system with the options listed below. Each option can 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 below.
When the option is complete and all output is displayed, the menu shoul displayed again.
Menu Hint
See section Detecting multiple features with branches. This will help 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 string
In the main method, display the string that was entered, the characte that was counted, and the total occurrences of that character
All calculations should be done in the Character Count method
All input and output should be done in the main method
For simplicity, do not worry about case sensitivity
Hints
Section String access operations
This section has information about reading a full line of as well as character comparisons.
Prompt the user for the quantity of Fibonacci numbers
Method input parameters
Number of Fibonacci numbers to calculate
There is no return necessary for this method
ictions: On
i 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
