Computer Science, asked by anmolmahajan1002, 11 months ago

What will be the output?

String str1 = "abcde"; System.out.println(str1.substring(1, 3));
A.abc
B.bc
C.bcd
D.abcd

Answers

Answered by shonyaa
1
bcd.... im not sure
Similar questions