First, launch NetBeans and close any previous projects that may be open (at the top menu go to File ==> Close All Projects). Then create a new Java application called "CharCounter" (without the quotation marks) that gets two Strings called inputEntry and inputCharacter from the user after a  displayed prompt. NOTES:  Allow the inputEntry String to be one or more words of input.  Verify that the inputCharacter String has a length of 1 and note these validations: If it doesn't, provide the user with suitable feedback and conclude the program.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter15: Using Javafx And Scene Builder
Section: Chapter Questions
Problem 9PE
icon
Related questions
Question

First, launch NetBeans and close any previous projects that may be open (at the top menu go to File ==> Close All Projects).

Then create a new Java application called "CharCounter" (without the quotation marks) that gets two Strings called inputEntry and inputCharacter from the user after a  displayed prompt.

NOTES:

  1.  Allow the inputEntry String to be one or more words of input.
  2.  Verify that the inputCharacter String has a length of 1 and note these validations:
    • If it doesn't, provide the user with suitable feedback and conclude the program.
  3. If the inputCharacter length is valid (i.e., it has a length of 1), use a while loop to check each position in the inputEntry variable and counts the number of times the character occurs.
    • For example, if the inputEntry is "test" and the inputCharacter is "e" you would output: "There is 1 occurrence(s) of 'e' in test."
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Running Time of Application
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT