Solved

When a Programmer Passes Two Integers as Arguments for the Substring

Question 31

Multiple Choice

When a programmer passes two integers as arguments for the Substring method,what is returned?


A) The characters from the first integer to the second
B) As many characters as the second integer starting at the first integer
C) As many characters as the first integer starting at the second integer
D) no return is made;an error occurs

Correct Answer:

verifed

Verified

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

Related Questions