Question: For this lab you will write a Java program that will make use of a variety of String methods. Following the instructions from Closed Lab

 For this lab you will write a Java program that willmake use of a variety of String methods. Following the instructions from

For this lab you will write a Java program that will make use of a variety of String methods. Following the instructions from Closed Lab 01, create a new folder named Project02 and a new Java program in that folder named Projecto2.java for this assignment. Project 02 Sample ouptut This is a sample transcript of what your program should do. Items in bold are user input and should not be put on the screen by your program Enter a long string: The quick brown fox jumped over the lazy dog Enter a substring: jumped Length of your string: 44 Length of your substring: 6 starting position of your substring in string: 20 String before your substring: The quick brown fox String after your substring: over the lazy dog Enter a position between 0 and 43: 18 The character at position 18 is x Enter a replacement string: leaped Your new string is The quick brown fox leaped over the lazy dog Your program should work for any arbitrary string and substring. Here's another sample transcript of a different execution of the same code: Enter a long string: Friends, Romans, countrymen lend me your ears Enter a substring: try Length of your string: 46 Length of your substring: 3 starting position of your substring in string: 21 string before your substring Friends, Romans coun String after your substring: men lend me your ears Enter a position between 0 and 45 21 The character at position 21 ist

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!