Question: String original _ substring is read from input. Then, sentence is read from input. If original _ substring is in sentence, then: Output 'Found at

String original_substring is read from input. Then, sentence is read from input. If original_substring is in sentence, then:
Output 'Found at index: ' followed by the index of the first occurrence.
Create a string from sentence with the first two occurrences of original_substring replaced by '#' and output sentence on a
newline.
Otherwise, output 'Not available'.
> Click here for example
1originalsubstring = input()
2 sentence = input()
3,String original_substring is read from input. Then, sentence is read from input. If original_substring is in sentence, then:String original_substring is read from input. Then, sentence is read from input. If original_substring is in sentence, then:
Output 'Found at index: ' followed by the index of the first occurrence.
Create a string from sentence with the first two occurrences of original_substring replaced by '#' and output sentence on a
newline.
Otherwise, output 'Not available'.
> Click here for example
1originalsubstring = input()
2 sentence = input()
3,
Output 'Found at index: ' followed by the index of the first occurrence.
Create a string from sentence with the first two occurrences of original_substring replaced by '#' and output sentence on a newline.
 String original_substring is read from input. Then, sentence is read from

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!