Write a Java program StringApplication which creates a sScanner object then does the following: 1. Ask the user to enter a book title using prompt "Enter a book title: " 2. Read in the book title 3. Print the first character of the book title within single quotes. 4. Print the first word of the book title within double quotes. 5. Print the rest of the book title without the space after the first word within double quotes 6. Ask the user to enter the starting position for a substring 7. Read in the starting position and store it in an integer variable S. Ask the user to enter the length for the substring 9. Read in the length and store it in an integer variable 10. Print the substring of the book title specified by the starting position and the length within double quotes There is no starter code. You can have local variables as needed but should create just one Scanner object.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%
You can assume that the book title has multiple words separated by single spaces, but no spaces
at either end of the book title.
Sample output
Enter a book title: Big Java Early Objects
The first character is 'B'.
The first word is "Big".
The rest of title is "Java Early Objects".
Enter the starting position for a substring: 0
Enter the length for the substring: 5
The 5-char substring starting at index 0 is "Big J".
Transcribed Image Text:You can assume that the book title has multiple words separated by single spaces, but no spaces at either end of the book title. Sample output Enter a book title: Big Java Early Objects The first character is 'B'. The first word is "Big". The rest of title is "Java Early Objects". Enter the starting position for a substring: 0 Enter the length for the substring: 5 The 5-char substring starting at index 0 is "Big J".
Write a Java program StringApplication which creates a Scanner object then does the
following:
1. Ask the user to enter a book title using prompt "Enter a book title: "
2. Read in the book title
3. Print the first character of the book title within single quotes.
4. Print the first word of the book title within double quotes.
5. Print the rest of the book title without the space after the first word within double quotes
6. Ask the user to enter the starting position for a substring
7. Read in the starting position and store it in an integer variable
8. Ask the user to enter the length for the substring
9. Read in the length and store it in an integer variable
10. Print the substring of the book title specified by the starting position and the length within
double quotes
There is no starter code. You can have local variables as needed but should create just one
Scanner object.
Transcribed Image Text:Write a Java program StringApplication which creates a Scanner object then does the following: 1. Ask the user to enter a book title using prompt "Enter a book title: " 2. Read in the book title 3. Print the first character of the book title within single quotes. 4. Print the first word of the book title within double quotes. 5. Print the rest of the book title without the space after the first word within double quotes 6. Ask the user to enter the starting position for a substring 7. Read in the starting position and store it in an integer variable 8. Ask the user to enter the length for the substring 9. Read in the length and store it in an integer variable 10. Print the substring of the book title specified by the starting position and the length within double quotes There is no starter code. You can have local variables as needed but should create just one Scanner object.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY