ICSE Class 10 Computer Applications
Question 12 of 30
Solved 2023 Question Paper ICSE Class 10 Computer Applications — Question 12
Back to all questionsPOS
Reason — The substring() method returns a substring beginning from the startindex and extending to the character at endIndex - 1. Since a string index begins at 0, the character at index 3 is 'P' and the character at index 5 (6-1 = 5) is 'S'. Thus, "POS" is extracted.