Computer Science, asked by denerimedeni, 1 day ago

Suppose that stringa is in stringb at position pos. Which one of the following returns the part of stringb that comes after stringa in the method lastPart?

A)return stringb.substring(pos+stringa.length());

B)return stringb.substring(pos);

C)return stringb.substring(pos, stringa.length());

D)return stringb - stringa;

Answers

Answered by asmajafri01
3

Explanation:

nznosnsjzkzmsnzizkskdkzkzkzmzkzkz

Similar questions
Math, 22 hours ago