Computer Science, asked by surya2855, 6 months ago

String x = “REPUBLIC DAY CELEBRATION OF INDIA”;

String y = “INDIA”;

System.out.println(x.substring(2,8));

System.out.println(x.indexOf(x.charAt(4)));

System.out.println(y+x.substring(8,13));

System.out.println(y.equals(x.substring(28)));​

Answers

Answered by lalitatripathi92033
0

Answer:

I don't understand

Explanation:

please give me clear

Similar questions