Question: String string _ digits is read from input. If ' 8 ' is in string _ digits, then:Output 'Located at: ' followed by the index

String string_digits is read from input. If '8' is in string_digits, then:Output 'Located at: ' followed by the index of the last occurrence.Create a string from string_digits with all occurrences of '8' replaced by 'n' and output string_digits on a newline.Otherwise, output 'No matches'.Click here for exampleEx: If the input is 6888888888848488887888838, then the output is:Located at: 246nnnnnnnnnn4n4nnnn7nnnn3n

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!