Problem :
Given a string,8 , and two indices, start and end, print a substring consisting of all characters in the inclusive range from start to end-1 . You’ll find the String class’ substring method helpful in completing this challenge.
Input Format
The first line contains a single string denoting 8.
The second line contains two space-separated integers denoting the respective values of start and end .
Constraints
- String consists of English alphabetic letters (i.e., ) only.
Output Format
Print the substring in the inclusive range from start to end-1 .
Sample Input
Helloworld
3 7
Sample Output
lowo
Explanation
In the diagram below, the substring is highlighted in green:
Java Substring – Hacker Rank Solution
Tags: hackerrank Java solutions | Functions Discussions | java | HackerRank | student analysis java hackerrank solution | challenges java hackerrank solution | hackerrank java basic certification solutions | hackerrank-java certification solutions | basic data types hackerrank solution in java | hackerrank java questions and answers | hackerrank java certification solutions | hackerrank java coding questions and answers | hackerrank-java certification solutions github | hackerrank java tutorial | hackerrank java interview questions | hackerrank java compiler | welcome to java hackerrank solution | 2021
ConversionConversion EmoticonEmoticon