Solved

The Syntax for the Substring Method Is ____

Question 13

Multiple Choice

The syntax for the substring method is ____.


A) Substring.string(startIndex)
B) string.Substring(startIndex[, numCharsToAccess])
C) string.Substring(numCharsToAccess,startIndex)
D) string.Substring([numCharsToAccess],startIndex)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions