4. Get user to enter a phrase and print out how long the phrase is(Hint: use String method). Expected output: ----jGRASP exec: java LabActivity10_4 Enter a phrase  I am Beyonce always  Your phrase length is 19 ----jGRASP: operation complete

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter10: Classes And Data Abstraction
Section: Chapter Questions
Problem 15PE
icon
Related questions
Question

4. Get user to enter a phrase and print out how long the phrase is(Hint: use String method). Expected output:

----jGRASP exec: java LabActivity10_4

Enter a phrase 

I am Beyonce always 

Your phrase length is 19

----jGRASP: operation complete 

5. Create a void method called greet that prints "Hello". Call the greet method in your main method. (Remember, void is just a substitute for the datatype of your method when you don't return a value)

----jGRASP exec: java LabActivity10_5

Hello

----jGRASP: operation complete.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Methods of StringBuilder class
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
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning